Class PermissionDeniedException

All Implemented Interfaces:
Serializable

public class PermissionDeniedException extends ApiException
Exception thrown when the caller does not have permission to execute the specified operation.
See Also:
  • Constructor Details

    • PermissionDeniedException

      public PermissionDeniedException(Throwable cause, StatusCode statusCode, boolean retryable)
    • PermissionDeniedException

      public PermissionDeniedException(String message, Throwable cause, StatusCode statusCode, boolean retryable)
    • PermissionDeniedException

      public PermissionDeniedException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails)