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(String message)
Constructs a
ClusterException with the specified detail message. |
ClusterException(String message,
Throwable cause)
Constructs a
ClusterException with the specified detail message
and cause. |
ClusterException(Throwable cause)
Constructs a
ClusterException with the specified cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ClusterException()
ClusterException with no specified detail message.public ClusterException(String message)
ClusterException with the specified detail message.message - Detail message.public ClusterException(String message, 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(Throwable cause)
ClusterException with the specified cause.cause - Cause of the exception. null indicates that the
cause is nonexistent or unknown.Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.