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
- Version:
 - $Revision: 1 $
 - Author:
 - Bill Burke
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionVerificationException(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 
- 
Constructor Details
- 
VerificationException
public VerificationException() - 
VerificationException
 - 
VerificationException
 - 
VerificationException
 
 -