public class DecoderException extends Exception
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
Declares the Serial Version Uid
|
| Constructor and Description |
|---|
DecoderException(String message)
Creates a DecoderException
|
DecoderException(String message,
Throwable cause)
Creates a DecoderException
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
public DecoderException(String message)
message - A message with meaning to a humanCopyright © 2003–2023 The Apache Software Foundation. All rights reserved.