Class Saml2SsoException

  • All Implemented Interfaces:
    Serializable

    public class Saml2SsoException
    extends Exception
    An exception type that highlights that an issue has occurred during SAML2 single sign-on.
    See Also:
    Serialized Form
    • Constructor Detail

      • Saml2SsoException

        public Saml2SsoException​(String message)
        Constructor.
        Parameters:
        message - The exception message.
      • Saml2SsoException

        public Saml2SsoException​(String message,
                                 Throwable cause)
        Constructor.
        Parameters:
        message - The exception message.
        cause - The cause of this exception.