Class TrustKeyProcessingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.security.GeneralSecurityException
-
- org.keycloak.saml.common.exceptions.ProcessingException
-
- org.keycloak.saml.common.exceptions.TrustKeyProcessingException
-
- All Implemented Interfaces:
Serializable
public class TrustKeyProcessingException extends ProcessingException
Processing Exception in the trust key manager- Since:
- May 22, 2009
- Author:
- Anil.Saldhana@redhat.com
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TrustKeyProcessingException()
TrustKeyProcessingException(String message)
TrustKeyProcessingException(String message, Throwable cause)
TrustKeyProcessingException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-