Package com.adobe.granite.taskmanagement
Class TaskSecurityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.adobe.granite.taskmanagement.TaskManagerException
com.adobe.granite.taskmanagement.TaskSecurityException
- All Implemented Interfaces:
Serializable
TaskManager security violation.
This exception is thrown when a user attempts to modify a task that they do not own.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTaskSecurityException(String message) TaskSecurityException(String message, StackTraceElement[] stack) TaskSecurityException(String message, Throwable cause) -
Method Summary
Methods inherited from class com.adobe.granite.taskmanagement.TaskManagerException
getMessage, getTaskId, setTaskIdMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TaskSecurityException
public TaskSecurityException() -
TaskSecurityException
-
TaskSecurityException
-
TaskSecurityException
-