Class GaosClientException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AuthException, CancelInteractionByIdClientError, CreateInteractionClientError, DeleteInteractionClientError, GetInteractionByIdClientError

public abstract class GaosClientException extends ClientException
Carrier base bridging gaos 4xx errors onto the native ClientException hierarchy while preserving the gaos body/rawResponse/headers surface.
See Also:
  • Constructor Details

    • GaosClientException

      public GaosClientException(String message, int code, @Nullable byte[] body, HttpResponse<?> rawResponse, @Nullable Throwable cause)
  • Method Details