Class QueueRetryException

    • Field Detail

      • DEFAULT_RETRY_SCHEDULE

        public static final List<org.joda.time.Period> DEFAULT_RETRY_SCHEDULE
    • Constructor Detail

      • QueueRetryException

        public QueueRetryException()
      • QueueRetryException

        public QueueRetryException​(Exception e)
      • QueueRetryException

        public QueueRetryException​(List<org.joda.time.Period> retrySchedule)
      • QueueRetryException

        public QueueRetryException​(Exception e,
                                   List<org.joda.time.Period> retrySchedule)
    • Method Detail

      • getRetrySchedule

        public List<org.joda.time.Period> getRetrySchedule()