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