public class EncoderException extends RuntimeException
RuntimeException which is thrown by an encoder.| Constructor and Description |
|---|
EncoderException()
Creates a new instance.
|
EncoderException(String message)
Creates a new instance.
|
EncoderException(String message,
Throwable cause)
Creates a new instance.
|
EncoderException(Throwable cause)
Creates a new instance.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic EncoderException()
public EncoderException(String message, Throwable cause)
message - messagecause - Throwablepublic EncoderException(String message)
message - messagepublic EncoderException(Throwable cause)
cause - ThrowableCopyright © 2024. All rights reserved.