public class GoogleAuthenticatorException extends RuntimeException
| Constructor and 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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic GoogleAuthenticatorException(String message)
message - the error message.Copyright © 2018. All rights reserved.