|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--com.theopenstack.rtpdemo.util.ServiceLocatorException
Constructor Summary | |
ServiceLocatorException()
Creates a new instance of ServiceLocatorException without detail message. |
|
ServiceLocatorException(java.lang.Exception rootCause)
Creates a new instance of ServiceLocatorException and
saves the root exception. |
|
ServiceLocatorException(java.lang.String msg)
Constructs an instance of ServiceLocatorException with the specified detail message. |
|
ServiceLocatorException(java.lang.String msg,
java.lang.Exception rootCause)
Creates a new instance of ServiceLocatorException and
saves the root exception with a comment. |
Method Summary | |
java.lang.Exception |
getRootCause()
Get the root exception |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ServiceLocatorException()
ServiceLocatorException
without detail message.
public ServiceLocatorException(java.lang.String msg)
ServiceLocatorException
with the specified detail message.
msg
- the detail message.public ServiceLocatorException(java.lang.Exception rootCause)
ServiceLocatorException
and
saves the root exception.
public ServiceLocatorException(java.lang.String msg, java.lang.Exception rootCause)
ServiceLocatorException
and
saves the root exception with a comment.
Method Detail |
public java.lang.Exception getRootCause()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |