Class SAML2RuntimeException

  • All Implemented Interfaces:
    Serializable

    public class SAML2RuntimeException
    extends RuntimeException
    The SAML2RuntimeException is thrown when problems are encountered when processing SAML2 requests, and it is intended to halt the sign on process.
    Author:
    cmrockwe@umich.edu
    See Also:
    Serialized Form
    • Constructor Detail

      • SAML2RuntimeException

        public SAML2RuntimeException​(String message,
                                     Throwable cause)
      • SAML2RuntimeException

        public SAML2RuntimeException​(Throwable cause)
      • SAML2RuntimeException

        public SAML2RuntimeException​(String message)