Class RetryLaterException

  • All Implemented Interfaces:
    java.io.Serializable

    public class RetryLaterException
    extends java.lang.RuntimeException
    See Also:
    Serialized Form
    • Constructor Detail

      • RetryLaterException

        public RetryLaterException()
      • RetryLaterException

        public RetryLaterException​(java.lang.String msg)
      • RetryLaterException

        public RetryLaterException​(java.lang.String msg,
                                   java.lang.Throwable cause)
    • Method Detail

      • getDelay

        public long getDelay()
        Returns:
        the delay
      • setDelay

        public void setDelay​(long delay)
        Parameters:
        delay - the delay in milliseconds
      • setRollBack

        public void setRollBack​(boolean rollBack)
        Parameters:
        rollBack - the rollBack to set
      • isRollBack

        public boolean isRollBack()
        Returns:
        the rollBack