|
||||||||||
| 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.UnrecognizedActivityHandleException
public class UnrecognizedActivityHandleException
This exception is thrown by the SleeEndpoint if an attempt is made to
interact with an activity that is not known by the SLEE.
| Constructor Summary | |
|---|---|
UnrecognizedActivityHandleException(java.lang.String message)
Create an UnrecognizedActivityHandleException with a detail message. |
|
UnrecognizedActivityHandleException(java.lang.String message,
java.lang.Throwable cause)
Create an UnrecognizedActivityHandleException with a detail message
and cause. |
|
| 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 UnrecognizedActivityHandleException(java.lang.String message)
UnrecognizedActivityHandleException with a detail message.
message - the detail message
public UnrecognizedActivityHandleException(java.lang.String message,
java.lang.Throwable cause)
UnrecognizedActivityHandleException with a detail message
and cause.
message - the detail messagecause - the reason this exception was thrown.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||