public class DecoderException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
Declares the Serial Version Uid
|
| Constructor and Description |
|---|
DecoderException(java.lang.String message)
Creates a DecoderException
|
DecoderException(java.lang.String message,
java.lang.Throwable cause)
Creates a DecoderException
|
private static final long serialVersionUID
public DecoderException(java.lang.String message)
message - A message with meaning to a humanpublic DecoderException(java.lang.String message,
java.lang.Throwable cause)
message - A message with meaning to a humancause - The Exception which caused the error