Class BindingVerificationException

  • All Implemented Interfaces:
    Serializable

    public class BindingVerificationException
    extends Exception

    This exception is thrown when a component binding operation fails due to a problem with the binding descriptor. For example, the binding descriptor references a component that is not installed.

    See Also:
    Serialized Form
    • Constructor Detail

      • BindingVerificationException

        public BindingVerificationException​(String message)

        Create a DeployBindingVerificationExceptionmentException with a detail message.

        Parameters:
        message - the detail message.
      • BindingVerificationException

        public BindingVerificationException​(String message,
                                            Throwable cause)

        Create a BindingVerificationException with a detail message and cause.

        Parameters:
        message - the detail message.
        cause - the reason this exception was thrown.