visad.cluster
Class ClusterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- visad.VisADException
-
- visad.cluster.ClusterException
-
- All Implemented Interfaces:
- java.io.Serializable
public class ClusterException extends VisADException
ClusterExceptionis an exception for VisAD cluster errors.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description ClusterException()Constructs aClusterExceptionwith no specified detail message.ClusterException(java.lang.String message)Constructs aClusterExceptionwith the specified detail message.ClusterException(java.lang.String message, java.lang.Throwable cause)Constructs aClusterExceptionwith the specified detail message and cause.ClusterException(java.lang.Throwable cause)Constructs aClusterExceptionwith the specified cause.
-
-
-
Constructor Detail
-
ClusterException
public ClusterException()
Constructs aClusterExceptionwith no specified detail message.
-
ClusterException
public ClusterException(java.lang.String message)
Constructs aClusterExceptionwith the specified detail message.- Parameters:
message- Detail message.
-
ClusterException
public ClusterException(java.lang.String message, java.lang.Throwable cause)Constructs aClusterExceptionwith the specified detail message and cause.- Parameters:
message- Detail message.cause- Cause of the exception.nullindicates that the cause is nonexistent or unknown.
-
ClusterException
public ClusterException(java.lang.Throwable cause)
Constructs aClusterExceptionwith the specified cause.- Parameters:
cause- Cause of the exception.nullindicates that the cause is nonexistent or unknown.
-
-
DMelt 3.0 © DataMelt by jWork.ORG