Package com.maxmind.minfraud.exception
Class AuthenticationException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- com.maxmind.minfraud.exception.MinFraudException
 - 
- com.maxmind.minfraud.exception.AuthenticationException
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public final class AuthenticationException extends MinFraudException
This exception is thrown when there is an error authenticating.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description AuthenticationException(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 Detail
- 
AuthenticationException
public AuthenticationException(String message)
- Parameters:
 message- A message explaining the cause of the error.
 
 - 
 
 -