Class SAMLObjectBuilderRuntimeException

  • All Implemented Interfaces:
    Serializable

    public class SAMLObjectBuilderRuntimeException
    extends RuntimeException
    Runtime exception class for errors when using builders.
    Author:
    Martin Lindström (martin.lindstrom@litsec.se)
    See Also:
    Serialized Form
    • Constructor Detail

      • SAMLObjectBuilderRuntimeException

        public SAMLObjectBuilderRuntimeException​(String message)
        Constructor assigning the error message.
        Parameters:
        message - the error message
      • SAMLObjectBuilderRuntimeException

        public SAMLObjectBuilderRuntimeException​(Throwable cause)
        Constructor assigning the cause of the error
        Parameters:
        cause - the cause of the error
      • SAMLObjectBuilderRuntimeException

        public SAMLObjectBuilderRuntimeException​(String message,
                                                 Throwable cause)
        Constructor assinging the error message and the cause of the error.
        Parameters:
        message - the error message
        cause - the cause of the error