public class SBHException extends SDODSException
Yes, its the garbage dump of our exception classes.
| Constructor and Description |
|---|
SBHException(int err,
String s)
Construct a
SBHException with the specified
message and DODS error code see (DODSException). |
SBHException(String s)
Construct a
SBHException with the specified
detail message. |
getErrorCode, getErrorMessage, getMessage, getProgramSource, getProgramType, parse, print, print, setErrorCode, setErrorMessage, setProgramSource, setProgramTypeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SBHException(String s)
SBHException with the specified
detail message.s - the detail message.public SBHException(int err,
String s)
SBHException with the specified
message and DODS error code see (DODSException).err - the DODS error code.s - the detail message.