Class SAMLSignatureRequiredException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.pac4j.core.exception.TechnicalException
org.pac4j.saml.exceptions.SAMLException
org.pac4j.saml.exceptions.SAMLSignatureRequiredException
All Implemented Interfaces:
Serializable

public class SAMLSignatureRequiredException extends SAMLException
Since:
3.0.0
Author:
Misagh Moayyed
See Also:
  • Constructor Details

    • SAMLSignatureRequiredException

      public SAMLSignatureRequiredException(String message)

      Constructor for SAMLSignatureRequiredException.

      Parameters:
      message - a String object
    • SAMLSignatureRequiredException

      public SAMLSignatureRequiredException(Throwable t)

      Constructor for SAMLSignatureRequiredException.

      Parameters:
      t - a Throwable object
    • SAMLSignatureRequiredException

      public SAMLSignatureRequiredException(String message, Throwable t)

      Constructor for SAMLSignatureRequiredException.

      Parameters:
      message - a String object
      t - a Throwable object