public class UnrecognizedSubsystemException extends Exception
SleeManagementMBean
when passed the name of a SLEE internal component or subsystem that does not exist.| Constructor and Description |
|---|
UnrecognizedSubsystemException()
Create an
UnrecognizedSubsystemException with no detail message. |
UnrecognizedSubsystemException(String message)
Create an
UnrecognizedSubsystemException with a detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnrecognizedSubsystemException()
UnrecognizedSubsystemException with no detail message.public UnrecognizedSubsystemException(String message)
UnrecognizedSubsystemException with a detail message.message - the detail message.