public class UnrecognizedBindingDescriptorException extends UnrecognizedComponentException
This exception is thrown by management operations when passed a 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, toString
public UnrecognizedBindingDescriptorException()
Create an UnrecognizedBindingDescriptorException
with no detail message.
public UnrecognizedBindingDescriptorException(String message)
Create an UnrecognizedBindingDescriptorException
with a detail message.
message
- the detail message.