public class InvalidCSNException
extends java.lang.RuntimeException
RuntimeException which is thrown when a wrong string
representation is specified to create a new Csn.| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
Declares the Serial Version Uid.
|
| Constructor and Description |
|---|
InvalidCSNException()
Creates a new instance.
|
InvalidCSNException(java.lang.String message)
Creates a new instance with the specified message.
|
InvalidCSNException(java.lang.String message,
java.lang.Throwable cause)
Creates a new instance with the specified message and
cause.
|
InvalidCSNException(java.lang.Throwable cause)
Creates a new instance with the specified cause.
|
private static final long serialVersionUID
public InvalidCSNException()
public InvalidCSNException(java.lang.String message,
java.lang.Throwable cause)
public InvalidCSNException(java.lang.String message)
public InvalidCSNException(java.lang.Throwable cause)