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, toString
public DecodingException(String message)
DecodingException
with the specified detail message.message
- The detail messageCopyright © 2019 Oracle Corporation. All rights reserved.