com.bea.alsb.financial.api
Class DatabaseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.bea.alsb.financial.api.FinancialException
com.bea.alsb.financial.api.DatabaseException
- All Implemented Interfaces:
- Serializable
public class DatabaseException
- extends FinancialException
- Author:
- mpoplace
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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
-