javax.slee.management
Class UnrecognizedSubsystemException

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

public class UnrecognizedSubsystemException
extends java.lang.Exception

This exception is thrown by management operations in SleeManagementMBean when passed the name of a SLEE internal component or subsystem that does not exist.

Since:
SLEE 1.1
See Also:
Serialized Form

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

UnrecognizedSubsystemException

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


UnrecognizedSubsystemException

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

Parameters:
message - the detail message.


Copyright © 2008. All Rights Reserved.