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