Class BindingException

  • All Implemented Interfaces:
    Serializable

    public class BindingException
    extends SAMLException
    Base exception for errors that occur when messages are encoded/decoded for a specific binding.
    See Also:
    Serialized Form
    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        Serial version UID.
        See Also:
        Constant Field Values
    • Constructor Detail

      • BindingException

        public BindingException()
        Constructor.
      • BindingException

        public BindingException​(@Nullable
                                String message)
        Constructor.
        Parameters:
        message - exception message
      • BindingException

        public BindingException​(@Nullable
                                Exception wrappedException)
        Constructor.
        Parameters:
        wrappedException - exception to be wrapped by this one
      • BindingException

        public BindingException​(@Nullable
                                String message,
                                @Nullable
                                Exception wrappedException)
        Constructor.
        Parameters:
        message - exception message
        wrappedException - exception to be wrapped by this one