Class UnrecognizedBindingDescriptorException

  • All Implemented Interfaces:
    Serializable

    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.

    See Also:
    Serialized Form
    • Constructor Detail

      • UnrecognizedBindingDescriptorException

        public UnrecognizedBindingDescriptorException()

        Create an UnrecognizedBindingDescriptorException with no detail message.

      • UnrecognizedBindingDescriptorException

        public UnrecognizedBindingDescriptorException​(String message)

        Create an UnrecognizedBindingDescriptorException with a detail message.

        Parameters:
        message - the detail message.