com.antelmann.db
Class ConnectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
com.antelmann.db.DatabaseException
com.antelmann.db.ConnectionException
- All Implemented Interfaces:
- Serializable
public class ConnectionException
- extends DatabaseException
ConnectionException signals access problems with the database.
The database that caused this error, may not be properly accessible
anymore, once this exception was thrown.
- Author:
- Holger Antelmann
- See Also:
- Serialized Form
ConnectionException
public ConnectionException()
ConnectionException
public ConnectionException(String message)
ConnectionException
public ConnectionException(Throwable cause)
ConnectionException
public ConnectionException(String message,
Throwable cause)
(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads