Package org.keycloak.common
Class VerificationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.keycloak.common.VerificationException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ExplainedVerificationException
,LoginActionsServiceException
,TokenVerificationException
public class VerificationException extends Exception
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VerificationException()
VerificationException(String message)
VerificationException(String message, Throwable cause)
VerificationException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-