Class TaskStoreException

All Implemented Interfaces:
Serializable

public class TaskStoreException extends PerunException
Thrown when Task can't be added or removed from a TaskStore.
Author:
David Šarman, Pavel Zlámal <zlamal@cesnet.cz>
See Also:
  • Constructor Details

    • TaskStoreException

      public TaskStoreException(String message)
    • TaskStoreException

      public TaskStoreException(String message, Throwable cause)
    • TaskStoreException

      public TaskStoreException(Throwable cause)