Package sk.iway.iwcm.system.googleauth
Class GoogleAuthenticatorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
sk.iway.iwcm.system.googleauth.GoogleAuthenticatorException
- All Implemented Interfaces:
Serializable
Date: 12/02/14
Time: 13:36
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGoogleAuthenticatorException
(String message) Builds an exception with the provided error message.GoogleAuthenticatorException
(String message, Throwable cause) Builds an exception with the provided error mesasge and the provided cuase. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GoogleAuthenticatorException
Builds an exception with the provided error message.- Parameters:
message
- the error message.
-
GoogleAuthenticatorException
Builds an exception with the provided error mesasge and the provided cuase.- Parameters:
message
- the error message.cause
- the cause.
-