Class GaosServerException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CancelInteractionByIdServerError, CreateInteractionServerError, DeleteInteractionServerError, GetInteractionByIdServerError

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

    • GaosServerException

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