|
|||||||||
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 | +--javax.slee.facilities.NameAlreadyBoundException
This exception is thrown by the Activity Context Naming Facility when an attempt is made to bind an Activity Context to a name that is already bound to some Activity Context.
Constructor Summary | |
NameAlreadyBoundException(java.lang.String message)
Create an NameAlreadyBoundException with a detail message. |
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 NameAlreadyBoundException(java.lang.String message)
NameAlreadyBoundException
with a detail message.message
- the detail message
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |