javax.slee
Class UnrecognizedComponentException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.slee.UnrecognizedComponentException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
UnrecognizedDeployableUnitException, UnrecognizedEventException, UnrecognizedProfileSpecificationException, UnrecognizedSbbException, UnrecognizedServiceException

public class UnrecognizedComponentException
extends java.lang.Exception

This exception class is the base class for the exceptions that report that a ComponentID (or a deritive interface) object does not identify a component installed in the SLEE.

See Also:
Serialized Form

Constructor Summary
UnrecognizedComponentException()
          Create an UnrecognizedComponentException with no detail message.
UnrecognizedComponentException(java.lang.String message)
          Create an UnrecognizedComponentException with a detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnrecognizedComponentException

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

UnrecognizedComponentException

public UnrecognizedComponentException(java.lang.String message)
Create an UnrecognizedComponentException with a detail message.
Parameters:
message - the detail message.