Class BindingAlreadyExistsException

  • All Implemented Interfaces:
    Serializable

    public class BindingAlreadyExistsException
    extends Exception

    This exception is thrown when a component binding operation fails because the specified binding descriptor has already been associated with the target component.

    See Also:
    Serialized Form
    • Constructor Detail

      • BindingAlreadyExistsException

        public BindingAlreadyExistsException​(String message)

        Create a BindingAlreadyExistsException with no detail message.