Class ForbiddenException

All Implemented Interfaces:
Serializable

public class ForbiddenException extends ApiException
Thrown when the request is forbidden (403).
See Also:
  • Constructor Details

    • ForbiddenException

      public ForbiddenException(String code, String message, String requestId, byte[] body)