com.opensymphony.workflow
Class InvalidRoleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.opensymphony.workflow.WorkflowException
              extended by com.opensymphony.workflow.InvalidRoleException
All Implemented Interfaces:
Serializable

public class InvalidRoleException
extends WorkflowException

Indicates that the caller did not have enough permissions to perform some action.

Version:
$Revision: 1.2 $
Author:
Patrick Lightbody
See Also:
Serialized Form

Constructor Summary
InvalidRoleException(String message)
           
 
Method Summary
 
Methods inherited from class com.opensymphony.workflow.WorkflowException
getCause, getMessage, getRootCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidRoleException

public InvalidRoleException(String message)

OpenSymphony Workflow Project Page