public class LLPException extends Exception
Constructor and Description |
---|
LLPException(String msg)
Constructs an
LLPException with the specified detail message. |
LLPException(String msg,
Exception e)
Constructs an
LLPException with the specified detail message
and embedded exception. |
Modifier and Type | Method and Description |
---|---|
Exception |
getException()
Deprecated.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public LLPException(String msg)
LLPException
with the specified detail message.msg
- the detail message.public LLPException(String msg, Exception e)
LLPException
with the specified detail message
and embedded exception.msg
- the detail message.e
- an embedded exception (should normally represent the cause of the LLPException)public Exception getException()
Throwable.getCause()
getException()
would return
the UnsupportedEncodingException.Copyright © 2001–2017 University Health Network. All rights reserved.