org.opensha.refFaultParamDb.dao.exception
Class DBConnectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.opensha.refFaultParamDb.dao.exception.DBConnectException
- All Implemented Interfaces:
- Serializable
public class DBConnectException
- extends RuntimeException
Title: DBConnectException.java
Description: This exception is thrown when connection to the database fails.
Connection failure can occur if user provides incorrect username/password or database
server is down.
Copyright: Copyright (c) 2002
Company:
- Version:
- 1.0
- Author:
- not attributable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DBConnectException
public DBConnectException()
DBConnectException
public DBConnectException(String message)
DBConnectException
public DBConnectException(String message,
Throwable cause)
DBConnectException
public DBConnectException(Throwable cause)