|
||||||||||
| 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.InvalidStateException
javax.slee.management.InvalidLinkNameBindingStateException
public class InvalidLinkNameBindingStateException
This exception is thrown by the ServiceManagementMBean if an attempt
is made to activate a service for which a required resource adaptor entity link name
binding either doesn't exist or is bound to a resource adaptor entity that does not
implement the resource adaptor type expected by the service.
| Constructor Summary | |
|---|---|
InvalidLinkNameBindingStateException()
Create an InvalidLinkNameBindingStateException with no detail message. |
|
InvalidLinkNameBindingStateException(java.lang.String message)
Create an InvalidLinkNameBindingStateException 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 InvalidLinkNameBindingStateException()
InvalidLinkNameBindingStateException with no detail message.
public InvalidLinkNameBindingStateException(java.lang.String message)
InvalidLinkNameBindingStateException with a detail message.
message - the detail message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||