javax.slee.management
Class UnrecognizedLinkNameException

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

public class UnrecognizedLinkNameException
extends java.lang.Exception

This exception is thrown when a resource adaptor entity unbinding operation fails because no resource adaptor entity is bound to the specified link name.

Since:
SLEE 1.1
See Also:
Serialized Form

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

UnrecognizedLinkNameException

public UnrecognizedLinkNameException()
Constructs a UnrecognizedLinkNameException with no detail message.


UnrecognizedLinkNameException

public UnrecognizedLinkNameException(java.lang.String message)
Constructs a UnrecognizedLinkNameException with a detail message.

Parameters:
message - the message.


Copyright © 2009. All Rights Reserved.