javax.slee.management
Class LinkNameAlreadyBoundException

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

public class LinkNameAlreadyBoundException
extends java.lang.Exception

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

Since:
SLEE 1.1
See Also:
Serialized Form

Constructor Summary
LinkNameAlreadyBoundException()
          Constructs an LinkNameAlreadyBoundException with no detail message.
LinkNameAlreadyBoundException(java.lang.String message)
          Constructs an LinkNameAlreadyBoundException 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

LinkNameAlreadyBoundException

public LinkNameAlreadyBoundException()
Constructs an LinkNameAlreadyBoundException with no detail message.


LinkNameAlreadyBoundException

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

Parameters:
message - the detail message.


Copyright © 2008. All Rights Reserved.