org.jwarp.flow.process
Class ProcessException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.jwarp.flow.process.ProcessException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ActivityException, ProcessInitException, TransitionException

public class ProcessException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
ProcessException(java.lang.String reason)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProcessException

public ProcessException(java.lang.String reason)

©   O R C A   S y s t e m s