Class InternalServerException

All Implemented Interfaces:
Serializable

public class InternalServerException extends RetriableException
Thrown when the model provider returns a server-side error (HTTP 5xx).

This is a RetriableException: the failure is on the provider's side and the request may succeed after a brief back-off. If the error persists across multiple retries, it likely indicates an ongoing outage with the provider.

See Also:
  • Constructor Details

    • InternalServerException

      public InternalServerException(String message)
    • InternalServerException

      public InternalServerException(Throwable cause)
    • InternalServerException

      public InternalServerException(String message, Throwable cause)