Class NonPersistableTaskException

All Implemented Interfaces:
Serializable

@Beta public final class NonPersistableTaskException extends RuntimeException
Exception thrown when a task is enqueued to the CentralWorkQueue which cannot persisted.
Since:
2.23.0
See Also:
  • Constructor Details

    • NonPersistableTaskException

      public NonPersistableTaskException(String message, Throwable cause)