public class HDF5ResourceUnavailableException extends HDF5LibraryException
This sub-class represents HDF-5 major error code H5E_RESOURCE
detailMessage| Constructor and Description |
|---|
HDF5ResourceUnavailableException()
Constructs an
HDF5ResourceUnavailableException
with no specified detail message. |
HDF5ResourceUnavailableException(String s)
Constructs an
HDF5FunctionArgumentException
with the specified detail message. |
getMajorErrorNumber, getMinorError, getMinorErrorNumber, printStackTrace, printStackTracegetMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toStringpublic HDF5ResourceUnavailableException()
HDF5ResourceUnavailableException
with no specified detail message.public HDF5ResourceUnavailableException(String s)
HDF5FunctionArgumentException
with the specified detail message.s - the detail message.