Class IssuerNotTrustedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
org.keycloak.saml.common.exceptions.fed.IssuerNotTrustedException
All Implemented Interfaces:
Serializable

public class IssuerNotTrustedException extends GeneralSecurityException
Exception indicating that the issuer is not trusted
Since:
Jan 26, 2009
Author:
[email protected]
See Also:
  • Constructor Details

    • IssuerNotTrustedException

      public IssuerNotTrustedException()
    • IssuerNotTrustedException

      public IssuerNotTrustedException(String message, Throwable cause)
    • IssuerNotTrustedException

      public IssuerNotTrustedException(String msg)
    • IssuerNotTrustedException

      public IssuerNotTrustedException(Throwable cause)