org.objectweb.cjdbc.common.exceptions
Class NoMoreBackendException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.sql.SQLException
              extended byorg.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

Field Summary
 
Fields inherited from class java.sql.SQLException
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
NoMoreBackendException()
          Creates a new NoMoreBackendException object
NoMoreBackendException(java.lang.String reason)
          Creates a new NoMoreBackendException object
NoMoreBackendException(java.lang.String reason, java.lang.String sqlState)
          Creates a new NoMoreBackendException object
NoMoreBackendException(java.lang.String reason, java.lang.String sqlState, int vendorCode)
          Creates a new NoMoreBackendException object
 
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
 

Constructor Detail

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 message
sqlState - 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 message
sqlState - the SQL state
vendorCode - vendor specific code


Copyright © 2002, 2005 - ObjectWeb Consortium - All Rights Reserved.