com.adobe.idp.taskmanager.dsc.client.task
Class TaskPermissionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.adobe.idp.taskmanager.dsc.client.task.TaskManagerException
              extended by com.adobe.idp.taskmanager.dsc.client.task.TaskPermissionException
All Implemented Interfaces:
java.io.Serializable

public class TaskPermissionException
extends TaskManagerException

Exception thrown when an operation is run for which the end user does not have permissions for a particular task.

See Also:
Serialized Form

Constructor Summary
TaskPermissionException(long aTaskId, java.lang.String aMessage)
          Constructs a new exception using the specified task identifier and error message.
 
Method Summary
 
Methods inherited from class com.adobe.idp.taskmanager.dsc.client.task.TaskManagerException
getLocalizedMessage, getMessage, getRootCause, getTaskId, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TaskPermissionException

public TaskPermissionException(long aTaskId,
                               java.lang.String aMessage)
Constructs a new exception using the specified task identifier and error message.

Parameters:
aTaskId - The task identifier.
aMessage - The error message.


[an error occurred while processing this directive] [an error occurred while processing this directive]