public class ApplicationException extends Exception
| Constructor and Description |
|---|
ApplicationException(String msg)
Constructs an instance of
ApplicationException with the specified detail message. |
ApplicationException(String msg,
Throwable cause)
Constructs a new exception with the specified underlying cause
and detail message.
|
ApplicationException(Throwable cause)
Constructs a new exception with the specified underlying cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ApplicationException(String msg)
ApplicationException with the specified detail message.public ApplicationException(Throwable cause)
cause - an exception that is the reason for this exceptionpublic ApplicationException(String msg, Throwable cause)
msg - detail messagecause - an exception that is the reason for this exceptionCopyright © 2001–2017 University Health Network. All rights reserved.