Class NoSuchBindingException

  • All Implemented Interfaces:
    Serializable

    public class NoSuchBindingException
    extends Exception

    This exception is thrown when a component unbinding operation fails because the specified binding descriptor is not currently associated with the target component.

    See Also:
    Serialized Form
    • Constructor Detail

      • NoSuchBindingException

        public NoSuchBindingException​(String message)

        Create a NoSuchBindingException with no detail message.