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