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.AccessDeniedException
All Implemented Interfaces:
java.io.Serializable

public class AccessDeniedException
extends java.lang.Exception

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

Author:
rsoika
See Also:
Serialized Form

Constructor Summary
AccessDeniedException(java.lang.String message)
           
 
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(java.lang.String message)


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