public class InvalidLinkNameBindingStateException extends InvalidStateException
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 and Description |
---|
InvalidLinkNameBindingStateException()
Create an
InvalidLinkNameBindingStateException with no detail message. |
InvalidLinkNameBindingStateException(String message)
Create an
InvalidLinkNameBindingStateException with a detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidLinkNameBindingStateException()
InvalidLinkNameBindingStateException
with no detail message.public InvalidLinkNameBindingStateException(String message)
InvalidLinkNameBindingStateException
with a detail message.message
- the detail message.