Package systems.dennis.auth.exception
Class VerificationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
systems.dennis.shared.exceptions.StandardException
systems.dennis.auth.exception.VerificationException
- All Implemented Interfaces:
Serializable
public class VerificationException
extends systems.dennis.shared.exceptions.StandardException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVerificationException(Serializable target, String message) VerificationException(String message) -
Method Summary
Methods inherited from class systems.dennis.shared.exceptions.StandardException
canEqual, equals, getMessageTranslate, getTarget, hashCode, setMessageTranslate, setTarget, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
VerificationException
-
VerificationException
-