public class HDF5AdapterException extends VisADException
Constructor and Description |
---|
HDF5AdapterException()
Constructs a
HDF5AdapterException with no specified detail message. |
HDF5AdapterException(String message)
Constructs a
HDF5AdapterException with the specified detail message. |
HDF5AdapterException(String message,
Throwable cause)
Constructs a
HDF5AdapterException with the specified detail message
and cause. |
HDF5AdapterException(Throwable cause)
Constructs a
HDF5AdapterException with the specified cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public HDF5AdapterException()
HDF5AdapterException
with no specified detail message.public HDF5AdapterException(String message)
HDF5AdapterException
with the specified detail message.message
- Detail message.public HDF5AdapterException(String message, 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(Throwable cause)
HDF5AdapterException
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.