public class DecodingException extends IOException
| Constructor and Description |
|---|
DecodingException(String msg)Constructs a DecodingException with the specified detail message. |
DecodingException(String msg,
Exception cause)Constructs a DecodingException with the specified detail message and cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DecodingException(String msg)
msg - detail message