org.imixs.workflow.exceptions
Class AccessDeniedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.imixs.workflow.exceptions.WorkflowException
              extended by org.imixs.workflow.exceptions.AccessDeniedException
All Implemented Interfaces:
Serializable

public class AccessDeniedException
extends WorkflowException

An AccessDeniedException is thrown by a service component if the callerPrincipal is not allowed to access an instance of a single ItemCollection.

Author:
rsoika
See Also:
Serialized Form

Constructor Summary
AccessDeniedException(String message)
           
AccessDeniedException(String string, Exception e)
           
 
Method Summary
 
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

AccessDeniedException

public AccessDeniedException(String message)

AccessDeniedException

public AccessDeniedException(String string,
                             Exception e)


Copyright © 2006-2012 Imixs Software Solutions GmbH. All Rights Reserved.