public class CoderException
extends java.lang.Exception
| Constructor and Description |
|---|
CoderException()
Constructs a CoderException with no detail message.
|
CoderException(java.lang.String s)
Constructs a CoderException with the specified detail message.
|
CoderException(java.lang.String message, java.lang.Throwable cause) |
CoderException(java.lang.Throwable cause) |
public CoderException(java.lang.String message,
java.lang.Throwable cause)
public CoderException(java.lang.Throwable cause)
public CoderException()
public CoderException(java.lang.String s)
s - the detail message