|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--javax.slee.SLEEException
This exception indicates a failure in the underlying SLEE container.
Constructor Summary | |
SLEEException(java.lang.String message)
Create a SLEEException with a detail message. |
|
SLEEException(java.lang.String message,
java.lang.Throwable cause)
Create a SLEEException with a detail message and cause. |
Method Summary | |
java.lang.Throwable |
getCause()
Get the cause (if any) for this exception. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public SLEEException(java.lang.String message)
SLEEException
with a detail message.message
- the detail message.public SLEEException(java.lang.String message, java.lang.Throwable cause)
SLEEException
with a detail message and cause.message
- the detail message.cause
- the reason this exception was thrown.Method Detail |
public java.lang.Throwable getCause()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |