Module com.maxmind.minfraud
Package com.maxmind.minfraud.exception
Class PermissionRequiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.maxmind.minfraud.exception.MinFraudException
com.maxmind.minfraud.exception.PermissionRequiredException
- All Implemented Interfaces:
Serializable
This exception is thrown when permission is required to use the service.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPermissionRequiredException
(String message) PermissionRequiredException
(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
-
PermissionRequiredException
- Parameters:
message
- A message explaining the cause of the error.
-
PermissionRequiredException
- Parameters:
message
- A message explaining the cause of the error.e
- The cause of the exception.
-