Package com.warrenstrange.googleauth
Class GoogleAuthenticatorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.warrenstrange.googleauth.GoogleAuthenticatorException
- All Implemented Interfaces:
Serializable
public class GoogleAuthenticatorException extends RuntimeException
Date: 12/02/14
Time: 13:36
- Author:
- Enrico M. Crisostomo
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description GoogleAuthenticatorException(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.
-