jBPM distribution 6.1.0.Beta3

org.jbpm.services.task.exception
Class PermissionDeniedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.kie.internal.task.exception.TaskException
                  extended by org.jbpm.services.task.exception.PermissionDeniedException
All Implemented Interfaces:
Serializable

public class PermissionDeniedException
extends org.kie.internal.task.exception.TaskException

Exception that is thrown when a User try to perform an Operation on a Task

See Also:
org.jbpm.services.task.service.TaskServiceSession#taskOperation(Operation, long, String, String, ContentData, List), Serialized Form

Constructor Summary
PermissionDeniedException(String message)
           
 
Method Summary
 
Methods inherited from class org.kie.internal.task.exception.TaskException
isRecoverable, setRecoverable
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PermissionDeniedException

public PermissionDeniedException(String message)

jBPM distribution 6.1.0.Beta3

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.