com.bea.alsb.financial.api
Class DatabaseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.bea.alsb.financial.api.FinancialException
              extended by com.bea.alsb.financial.api.DatabaseException
All Implemented Interfaces:
Serializable

public class DatabaseException
extends FinancialException

Author:
mpoplace
See Also:
Serialized Form

Constructor Summary
DatabaseException()
           
DatabaseException(String message)
           
DatabaseException(String message, Throwable cause)
           
DatabaseException(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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DatabaseException

public DatabaseException()

DatabaseException

public DatabaseException(String message)
Parameters:
message -

DatabaseException

public DatabaseException(Throwable cause)
Parameters:
cause -

DatabaseException

public DatabaseException(String message,
                         Throwable cause)
Parameters:
message -
cause -