public final class DecodingException extends IOException
| Constructor and Description |
|---|
DecodingException(String message)
Constructs a
DecodingException with the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DecodingException(String message)
DecodingException with the specified detail message.message - The detail messageCopyright © 2005–2017 Oracle Corporation. All rights reserved.