public class InvalidCSNException extends 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(String message)
Creates a new instance with the specified message.
|
InvalidCSNException(String message,
Throwable cause)
Creates a new instance with the specified message and
cause.
|
InvalidCSNException(Throwable cause)
Creates a new instance with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
public InvalidCSNException()
public InvalidCSNException(String message, Throwable cause)
message - The message associated with the exceptioncause - The root cause for this exceptionpublic InvalidCSNException(String message)
message - The message associated with the exceptionpublic InvalidCSNException(Throwable cause)
cause - The root cause for this exceptionCopyright © 2003–2019 The Apache Software Foundation. All rights reserved.