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:
- Anil.Saldhana@redhat.com
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IssuerNotTrustedException()
IssuerNotTrustedException(String msg)
IssuerNotTrustedException(String message, Throwable cause)
IssuerNotTrustedException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-