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