Package org.keycloak.protocol.saml
Class ArtifactResolverProcessingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.keycloak.protocol.saml.ArtifactResolverProcessingException
-
- All Implemented Interfaces:
Serializable
public class ArtifactResolverProcessingException extends Exception
Exception to indicate a processing error inArtifactResolver
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ArtifactResolverProcessingException(Exception e)
ArtifactResolverProcessingException(String message)
ArtifactResolverProcessingException(String message, Exception e)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-