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) |
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)
public DecoderException(String reason)
reason - error descriptionCopyright © 2005–2025 Onix Solutions. All rights reserved.