org.apache.agila.dao.jdbc
Class BusinessProcessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.agila.dao.jdbc.BusinessProcessException
All Implemented Interfaces:
java.io.Serializable

public class BusinessProcessException
extends java.lang.Exception

$Id: BusinessProcessException.java 232595 2005-08-14 11:11:13Z clim $

See Also:
Serialized Form

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

BusinessProcessException

public BusinessProcessException(java.lang.String message)

BusinessProcessException

public BusinessProcessException(java.lang.Throwable cause)

BusinessProcessException

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


Copyright © 2004-2005 The Apache Software Foundation. All Rights Reserved.