org.jwarp.flow.process
Class TransitionInitException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.jwarp.flow.process.ProcessException
                    |
                    +--org.jwarp.flow.process.TransitionException
                          |
                          +--org.jwarp.flow.process.TransitionInitException
All Implemented Interfaces:
java.io.Serializable

public class TransitionInitException
extends TransitionException

See Also:
Serialized Form

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

TransitionInitException

public TransitionInitException()

TransitionInitException

public TransitionInitException(java.lang.String text)

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