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