public class EncoderException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
Declares the Serial Version Uid
|
| Constructor and Description |
|---|
EncoderException(java.lang.String message)
Creates a new instance of this exception with an useful message.
|
EncoderException(java.lang.String message,
java.lang.Exception cause)
Creates a new instance of this exception with an useful message.
|
private static final long serialVersionUID
public EncoderException(java.lang.String message)
message - a useful message relating to the encoder specific error.public EncoderException(java.lang.String message,
java.lang.Exception cause)
message - a useful message relating to the encoder specific error.cause - The parent exception