xflow.common
Class XflowException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byxflow.common.XflowException
All Implemented Interfaces:
java.io.Serializable

public class XflowException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
XflowException(java.lang.String msg)
          Constructor
XflowException(java.lang.String message, java.lang.Throwable cause)
           
XflowException(java.lang.Throwable cause)
           
 
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

XflowException

public XflowException(java.lang.String msg)
Constructor

Parameters:
msg - the exception message

XflowException

public XflowException(java.lang.Throwable cause)

XflowException

public XflowException(java.lang.String message,
                      java.lang.Throwable cause)