Class TaskQueueExistsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.a2aproject.sdk.server.events.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)