public class UnrecognizedComponentException extends Exception
ComponentID
(or a deritive interface) object does not identify
a component installed in the SLEE.Constructor and Description |
---|
UnrecognizedComponentException()
Create an
UnrecognizedComponentException with no detail message. |
UnrecognizedComponentException(String message)
Create an
UnrecognizedComponentException with a detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnrecognizedComponentException()
UnrecognizedComponentException
with no detail message.public UnrecognizedComponentException(String message)
UnrecognizedComponentException
with a detail message.message
- the detail message.