Class RetryableException

  • All Implemented Interfaces:
    java.io.Serializable

    public class RetryableException
    extends ConnectorException
    RetryableException indicates that a failure may be temporary, and that retrying the same request may be able to succeed in the future.
    Since:
    1.4
    See Also:
    Serialized Form
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static RetryableException wrap​(java.lang.String message, java.lang.Throwable cause)
      If Exception parameter passed in is a RetryableException it is simply returned.
      static RetryableException wrap​(java.lang.String message, Uid uid)
      Constructs a new RetryableException which signals partial success of create operation.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait