public class ConnectorInstallException
extends java.lang.Exception
| Constructor and Description |
|---|
ConnectorInstallException(java.lang.Exception e)
Constructs an ConnectorInstallException object with the specified exception.
|
ConnectorInstallException(java.lang.String message)
Constructs an ConnectorInstallException object with the specified detail message.
|
ConnectorInstallException(java.lang.String message,
java.lang.Throwable cause)
Constructs an ConnectorInstallException object with the specified detail message and cause.
|
ConnectorInstallException(java.lang.Throwable cause)
Constructs an ConnectorInstallaException object with the specified cause which contains the class and detail message of cause.
|
public ConnectorInstallException(java.lang.String message,
java.lang.Throwable cause)
message - The detail message which is saved for later retrieval by the Throwable.getMessage() method.cause - The cause which is saved for later retrieval by the Throwable.getCause() method.public ConnectorInstallException(java.lang.Throwable cause)
cause - The cause which is saved for later retrieval by the Throwable.getCause() method.public ConnectorInstallException(java.lang.Exception e)
e - The base exception.public ConnectorInstallException(java.lang.String message)
message - The detail message which is saved for later retrieval by the Throwable.getMessage() method.