Class BindingException

    • Constructor Detail

      • BindingException

        public BindingException​(String message,
                                Throwable cause)
        Construct a new binding exception with the provided detail message and cause.
        Parameters:
        message - the detail message
        cause - the cause of the exception
      • BindingException

        public BindingException​(String message)
        Construct a new binding exception with the provided detail message.
        Parameters:
        message - the detail message
      • BindingException

        public BindingException​(Throwable cause)
        Construct a new binding exception with the provided cause.
        Parameters:
        cause - the cause of the exception