public class UnrecognizedProfileSpecificationException extends UnrecognizedComponentException
ProfileSpecificationID
object that is not recognized by the SLEE,
or does not identify a profile specification installed in the SLEE.Constructor and Description |
---|
UnrecognizedProfileSpecificationException()
Create an
UnrecognizedProfileSpecificationException with no detail message. |
UnrecognizedProfileSpecificationException(String message)
Create an
UnrecognizedProfileSpecificationException with a detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnrecognizedProfileSpecificationException()
UnrecognizedProfileSpecificationException
with no detail message.public UnrecognizedProfileSpecificationException(String message)
UnrecognizedProfileSpecificationException
with a detail message.message
- the detail message.