com.arsdigita.workflow.simple
Class ProcessException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.arsdigita.workflow.simple.TaskException
              extended bycom.arsdigita.workflow.simple.ProcessException
All Implemented Interfaces:
Serializable

public class ProcessException
extends TaskException

Standard exception for Process and Task action methods to throw when illegal operations are attempted.

See Also:
Serialized Form

Field Summary
static String versionId
           
 
Constructor Summary
ProcessException()
           
ProcessException(String s)
           
 
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
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values
Constructor Detail

ProcessException

public ProcessException(String s)

ProcessException

public ProcessException()


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC