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