Class PermissionRequiredException

All Implemented Interfaces:
Serializable

public final class PermissionRequiredException extends MinFraudException
This exception is thrown when permission is required to use the service.
See Also:
  • Constructor Details

    • PermissionRequiredException

      public PermissionRequiredException(String message)
      Parameters:
      message - A message explaining the cause of the error.
    • PermissionRequiredException

      public PermissionRequiredException(String message, Throwable e)
      Parameters:
      message - A message explaining the cause of the error.
      e - The cause of the exception.