org.objectweb.cjdbc.common.exceptions
Class UnreachableBackendException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.objectweb.cjdbc.common.exceptions.CJDBCException
org.objectweb.cjdbc.common.exceptions.UnreachableBackendException
- All Implemented Interfaces:
- java.io.Serializable
- public class UnreachableBackendException
- extends CJDBCException
A UnreachableBackendException is thrown when it is no more
possible to get a connection to a backend.
- Version:
- 1.0
- Author:
- Emmanuel Cecchet
- See Also:
AbstractConnectionManager.getConnection(),
Serialized Form
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
getLocalizedMessage, initCause, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
UnreachableBackendException
public UnreachableBackendException()
- Creates a new
UnreachableBackendException instance.
UnreachableBackendException
public UnreachableBackendException(java.lang.String message)
- Creates a new
UnreachableBackendException instance.
- Parameters:
message - the error message
UnreachableBackendException
public UnreachableBackendException(java.lang.Throwable cause)
- Creates a new
UnreachableBackendException instance.
- Parameters:
cause - the root cause
UnreachableBackendException
public UnreachableBackendException(java.lang.String message,
java.lang.Throwable cause)
- Creates a new
UnreachableBackendException instance.
- Parameters:
message - the error messagecause - the root cause
Copyright © 2002, 2005 - ObjectWeb Consortium - All Rights Reserved.