Class ServerFaultException

All Implemented Interfaces:
Serializable

public class ServerFaultException extends ApiException
Thrown when the server returns a 5xx error.
See Also:
  • Constructor Details

    • ServerFaultException

      public ServerFaultException(int status, String code, String message, String requestId, byte[] body)