public class McIDASException extends Exception
| Constructor and Description |
|---|
McIDASException()
Constructs a McIDASException with no specified detail message.
|
McIDASException(String s)
Constructs a McIDASException with the specified detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic McIDASException()
public McIDASException(String s)
s - the detail message.