|
|||||||||
| 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
|
+--javax.slee.NoSuchObjectLocalException
This exception is thrown if an attempt is made to invoke a method on an SBB entity that no longer exists.
| Constructor Summary | |
NoSuchObjectLocalException(java.lang.String message)
Create a NoSuchObjectLocalException with a detail message. |
|
NoSuchObjectLocalException(java.lang.String message,
java.lang.Throwable cause)
Create a NoSuchObjectLocalException with a detail message and cause. |
|
| Methods inherited from class javax.slee.SLEEException |
getCause |
| 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 NoSuchObjectLocalException(java.lang.String message)
NoSuchObjectLocalException with a detail message.message - the detail message.
public NoSuchObjectLocalException(java.lang.String message,
java.lang.Throwable cause)
NoSuchObjectLocalException with a detail message and cause.message - the detail message.cause - the reason this exception was thrown.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||