|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.slee.SLEEException
javax.slee.resource.ActivityIsEndingException
public class ActivityIsEndingException
This exception is thrown by the SleeEndpoint if an attempt is made to
fire an event on an activity that is in the ending state.
| Constructor Summary | |
|---|---|
ActivityIsEndingException()
Create an ActivityIsEndingException with no detail message. |
|
ActivityIsEndingException(java.lang.String message)
Create an ActivityIsEndingException with a detail message. |
|
| Method Summary |
|---|
| Methods inherited from class javax.slee.SLEEException |
|---|
getCause |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, 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 ActivityIsEndingException()
ActivityIsEndingException with no detail message.
public ActivityIsEndingException(java.lang.String message)
ActivityIsEndingException with a detail message.
message - the detail message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||