Class TaskSecurityException

  • All Implemented Interfaces:
    java.io.Serializable

    public class TaskSecurityException
    extends TaskManagerException
    TaskManager security violation. This exception is thrown when a user attempts to modify a task that they do not own.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TaskSecurityException

        public TaskSecurityException()
      • TaskSecurityException

        public TaskSecurityException​(java.lang.String message)
      • TaskSecurityException

        public TaskSecurityException​(java.lang.String message,
                                     java.lang.Throwable cause)
      • TaskSecurityException

        public TaskSecurityException​(java.lang.String message,
                                     java.lang.StackTraceElement[] stack)