org.objectweb.cjdbc.common.exceptions
Class NoMoreBackendException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.sql.SQLException
org.objectweb.cjdbc.common.exceptions.NoMoreBackendException
- All Implemented Interfaces:
- java.io.Serializable
- public class NoMoreBackendException
- extends java.sql.SQLException
This class defines a NoMoreBackendException. This means that a controller
does not have any backend left to execute the query.
- Version:
- 1.0
- Author:
- Nicolas Modrzyk
- See Also:
- Serialized Form
Fields inherited from class java.sql.SQLException |
|
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class java.sql.SQLException |
getErrorCode, getNextException, getSQLState, setNextException |
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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NoMoreBackendException
public NoMoreBackendException()
- Creates a new
NoMoreBackendException
object
NoMoreBackendException
public NoMoreBackendException(java.lang.String reason)
- Creates a new
NoMoreBackendException
object
- Parameters:
reason
- the error message
NoMoreBackendException
public NoMoreBackendException(java.lang.String reason,
java.lang.String sqlState)
- Creates a new
NoMoreBackendException
object
- Parameters:
reason
- the error messagesqlState
- the SQL state
NoMoreBackendException
public NoMoreBackendException(java.lang.String reason,
java.lang.String sqlState,
int vendorCode)
- Creates a new
NoMoreBackendException
object
- Parameters:
reason
- the error messagesqlState
- the SQL statevendorCode
- vendor specific code
Copyright © 2002, 2005 - ObjectWeb Consortium - All Rights Reserved.