public class InvalidCSNException extends RuntimeException
RuntimeException which is thrown when a wrong string
representation is specified to create a new Csn.| 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, toStringpublic InvalidCSNException()
public InvalidCSNException(String message, Throwable cause)
public InvalidCSNException(String message)
public InvalidCSNException(Throwable cause)
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.