Class ProcessingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
org.keycloak.saml.common.exceptions.ProcessingException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TrustKeyProcessingException
Exception to indicate a server processing error
- Since:
- May 22, 2009
- Author:
- Anil.Saldhana@redhat.com
- See Also:
-
Constructor Summary
ConstructorDescriptionProcessingException
(String message) ProcessingException
(String message, Throwable cause) ProcessingException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProcessingException
public ProcessingException() -
ProcessingException
-
ProcessingException
-
ProcessingException
-