Class RetriableException

All Implemented Interfaces:
Serializable

public class RetriableException
extends ConnectException
An exception that indicates the operation can be reattempted.
See Also:
Serialized Form
  • Constructor Details

    • RetriableException

      public RetriableException​(String s)
    • RetriableException

      public RetriableException​(String s, Throwable throwable)
    • RetriableException

      public RetriableException​(Throwable throwable)