com.hammurapi.flow.runtime
Class FlowExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.hammurapi.flow.runtime.FlowExecutionException
All Implemented Interfaces:
Serializable

public class FlowExecutionException
extends Exception

Wrapper exception.

Author:
Pavel Vlasov
See Also:
Serialized Form

Constructor Summary
FlowExecutionException(String message)
           
FlowExecutionException(String message, Throwable cause)
           
FlowExecutionException(Throwable cause)
           
 
Method Summary
 
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
 

Constructor Detail

FlowExecutionException

public FlowExecutionException(String message)

FlowExecutionException

public FlowExecutionException(Throwable cause)

FlowExecutionException

public FlowExecutionException(String message,
                              Throwable cause)