Class GoogleAuthenticatorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
sk.iway.iwcm.system.googleauth.GoogleAuthenticatorException
All Implemented Interfaces:
Serializable

public class GoogleAuthenticatorException extends RuntimeException
Date: 12/02/14 Time: 13:36
See Also:
  • Constructor Details

    • GoogleAuthenticatorException

      public GoogleAuthenticatorException(String message)
      Builds an exception with the provided error message.
      Parameters:
      message - the error message.
    • GoogleAuthenticatorException

      public GoogleAuthenticatorException(String message, Throwable cause)
      Builds an exception with the provided error mesasge and the provided cuase.
      Parameters:
      message - the error message.
      cause - the cause.