| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception java.sql.SQLException org.continuent.sequoia.common.exceptions.NoMoreControllerException
NoMoreControllerException | public class NoMoreControllerException extends SQLException (Code) | | This class defines a NoMoreControllerException. This exception is thrown when
all controllers in a Sequoia URL are unavailable.
author: Emmanuel Cecchet author: version: 1.0 |
NoMoreControllerException | public NoMoreControllerException()(Code) | | Creates a new NoMoreControllerException object
|
NoMoreControllerException | public NoMoreControllerException(String reason)(Code) | | Creates a new NoMoreControllerException object
Parameters: reason - the error message |
NoMoreControllerException | public NoMoreControllerException(String reason, String sqlState)(Code) | | Creates a new NoMoreControllerException object
Parameters: reason - the error message Parameters: sqlState - the SQL state |
NoMoreControllerException | public NoMoreControllerException(String reason, String sqlState, int vendorCode)(Code) | | Creates a new NoMoreControllerException object
Parameters: reason - the error message Parameters: sqlState - the SQL state Parameters: vendorCode - vendor specific code |
|
|
|