Class QueueException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.github.workerframework.api.QueueException
All Implemented Interfaces:
Serializable

public class QueueException extends Exception
Thrown by classes related to WorkerQueue when a request cannot be handled.
See Also:
  • Constructor Details

    • QueueException

      public QueueException(String message, Throwable cause)
    • QueueException

      public QueueException(String message)