public class MinFraudException extends Exception
It also serves as the base class for AuthenticationException
,
InsufficientFundsException
, and InvalidRequestException
.
Constructor and Description |
---|
MinFraudException(String message) |
MinFraudException(String message,
Throwable e) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MinFraudException(String message)
message
- A message explaining the cause of the error.Copyright © 2016 MaxMind, Inc.. All rights reserved.