java.lang.Object
java.lang.Throwable
java.lang.Exception
com.maxmind.minfraud.exception.MinFraudException
com.maxmind.minfraud.exception.AuthenticationException
- All Implemented Interfaces:
Serializable
This exception is thrown when there is an error authenticating.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAuthenticationException
(String message) AuthenticationException
(String message, Throwable e) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AuthenticationException
- Parameters:
message
- A message explaining the cause of the error.
-
AuthenticationException
- Parameters:
message
- A message explaining the cause of the error.e
- The cause of the exception.
-