public class GctpException extends VisADException
| Constructor and Description |
|---|
GctpException()
Constructs a
GctpException with no specified detail message. |
GctpException(java.lang.String message)
Constructs a
GctpException with the specified detail message. |
GctpException(java.lang.String message,
java.lang.Throwable cause)
Constructs a
GctpException with the specified detail message
and cause. |
GctpException(java.lang.Throwable cause)
Constructs a
GctpException with the specified cause. |
public GctpException()
GctpException with no specified detail message.public GctpException(java.lang.String message)
GctpException with the specified detail message.message - Detail message.public GctpException(java.lang.String message,
java.lang.Throwable cause)
GctpException with the specified detail message
and cause.message - Detail message.cause - Cause of the exception. null indicates that the
cause is nonexistent or unknown.public GctpException(java.lang.Throwable cause)
GctpException with the specified cause.cause - Cause of the exception. null indicates that the
cause is nonexistent or unknown.