|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.slee.management.UnrecognizedLinkNameException
public class UnrecognizedLinkNameException
This exception is thrown when a resource adaptor entity unbinding operation fails because no resource adaptor entity is bound to the specified link name.
| Constructor Summary | |
|---|---|
UnrecognizedLinkNameException()
Constructs a UnrecognizedLinkNameException with no detail message. |
|
UnrecognizedLinkNameException(java.lang.String message)
Constructs a UnrecognizedLinkNameException with a detail message. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, 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 UnrecognizedLinkNameException()
UnrecognizedLinkNameException with no detail message.
public UnrecognizedLinkNameException(java.lang.String message)
UnrecognizedLinkNameException with a detail message.
message - the message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||