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