Daisy Open Source CMS

org.outerj.daisy.workflow
Class WfAuthorizationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.outerj.daisy.repository.RepositoryException
              extended by org.outerj.daisy.workflow.WorkflowException
                  extended by org.outerj.daisy.workflow.WfAuthorizationException
All Implemented Interfaces:
Serializable

public class WfAuthorizationException
extends WorkflowException

See Also:
Serialized Form

Constructor Summary
WfAuthorizationException()
           
WfAuthorizationException(Map state)
           
WfAuthorizationException(String message)
           
WfAuthorizationException(String message, Throwable cause)
           
WfAuthorizationException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.outerj.daisy.workflow.WorkflowException
getMessage, getState
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WfAuthorizationException

public WfAuthorizationException()

WfAuthorizationException

public WfAuthorizationException(String message)

WfAuthorizationException

public WfAuthorizationException(String message,
                                Throwable cause)

WfAuthorizationException

public WfAuthorizationException(Throwable cause)

WfAuthorizationException

public WfAuthorizationException(Map state)

Daisy Open Source CMS