public class ClusterException extends VisADException
ClusterException is an exception for VisAD cluster errors.| Constructor and Description |
|---|
ClusterException()
Constructs a
ClusterException with no specified detail message. |
ClusterException(java.lang.String message)
Constructs a
ClusterException with the specified detail message. |
ClusterException(java.lang.String message,
java.lang.Throwable cause)
Constructs a
ClusterException with the specified detail message
and cause. |
ClusterException(java.lang.Throwable cause)
Constructs a
ClusterException with the specified cause. |
public ClusterException()
ClusterException with no specified detail message.public ClusterException(java.lang.String message)
ClusterException with the specified detail message.message - Detail message.public ClusterException(java.lang.String message,
java.lang.Throwable cause)
ClusterException 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 ClusterException(java.lang.Throwable cause)
ClusterException with the specified cause.cause - Cause of the exception. null indicates that the
cause is nonexistent or unknown.