javax.slee.management
Class InvalidLinkNameBindingStateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.slee.InvalidStateException
              extended by javax.slee.management.InvalidLinkNameBindingStateException
All Implemented Interfaces:
java.io.Serializable

public class InvalidLinkNameBindingStateException
extends InvalidStateException

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.

Since:
SLEE 1.1
See Also:
Serialized Form

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

InvalidLinkNameBindingStateException

public InvalidLinkNameBindingStateException()
Create an InvalidLinkNameBindingStateException with no detail message.


InvalidLinkNameBindingStateException

public InvalidLinkNameBindingStateException(java.lang.String message)
Create an InvalidLinkNameBindingStateException with a detail message.

Parameters:
message - the detail message.


Copyright © 2008. All Rights Reserved.