javax.slee.management
Class UnrecognizedResourceAdaptorEntityException

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

public class UnrecognizedResourceAdaptorEntityException
extends java.lang.Exception

This exception is thrown by management operations in ResourceManagementMBean when passed the name of a resource adaptor entity that does not exist in the SLEE.

Since:
SLEE 1.1
See Also:
Serialized Form

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

UnrecognizedResourceAdaptorEntityException

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


UnrecognizedResourceAdaptorEntityException

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

Parameters:
message - the detail message.


Copyright © 2009. All Rights Reserved.