Class TaskQueueExistsException

All Implemented Interfaces:
Serializable

public class TaskQueueExistsException extends RuntimeException
See Also:
  • Constructor Details

    • TaskQueueExistsException

      public TaskQueueExistsException()
    • TaskQueueExistsException

      public TaskQueueExistsException(String message)
    • TaskQueueExistsException

      public TaskQueueExistsException(String message, Throwable cause)
    • TaskQueueExistsException

      public TaskQueueExistsException(Throwable cause)
    • TaskQueueExistsException

      public TaskQueueExistsException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)