public class DecoderException extends RuntimeException
| Constructor and Description |
|---|
DecoderException() |
DecoderException(String reason)
Constructor.
|
DecoderException(String reason,
Throwable cause)
Constructor.
|
DecoderException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Constructor.
|
DecoderException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DecoderException()
public DecoderException(Throwable cause)
public DecoderException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
message - Message.cause - Cause of the exception.enableSuppression - whether or not suppression is enabled or disabled.writableStackTrace - whether or not the stack trace should be writable.public DecoderException(String reason)
reason - error descriptionCopyright © 2005–2025 Onix Solutions. All rights reserved.