public class ConnectionInformationCreationException
extends java.lang.Exception
ConnectionInformation.| Constructor and Description |
|---|
ConnectionInformationCreationException()
Constructs a new event with the object type as its detail message.
|
ConnectionInformationCreationException(java.lang.String message)
Constructs a new object with the specified detail message.
|
ConnectionInformationCreationException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new object with the specified detail message and cause.
|
ConnectionInformationCreationException(java.lang.Throwable cause)
Constructs a new object with the specified cause and a detail message of
(cause==null ? |
public ConnectionInformationCreationException()
public ConnectionInformationCreationException(java.lang.String message)
message - The detail message.public ConnectionInformationCreationException(java.lang.Throwable cause)
(cause==null ? getEventType() : cause.toString()) (which
typically contains the class and detail message of cause).cause - The cause.public ConnectionInformationCreationException(java.lang.String message,
java.lang.Throwable cause)
message - The detail message.cause - The cause.