Class RetriableException

All Implemented Interfaces:
Serializable

@Evolving public class RetriableException extends IOException
Exception thrown by a server typically to indicate that server is in a state where request cannot be processed temporarily (such as still starting up). Client may retry the request. If the service is up, the server may be able to process a retried request.
See Also:
  • Constructor Details

    • RetriableException

      public RetriableException(Exception e)
    • RetriableException

      public RetriableException(String msg)