org.objectweb.cjdbc.controller.loadbalancer.policies.errorchecking
Class ErrorCheckingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.objectweb.cjdbc.common.exceptions.CJDBCException
org.objectweb.cjdbc.controller.loadbalancer.policies.errorchecking.ErrorCheckingException
- All Implemented Interfaces:
- java.io.Serializable
- public class ErrorCheckingException
- extends CJDBCException
An ErrorCheckingException is thrown when an
ErrorCheckingPolicy policy cannot be applied in the
getBackends() method.
- Version:
- 1.0
- Author:
- Emmanuel Cecchet
- See Also:
ErrorCheckingPolicy.getBackends(java.util.ArrayList),
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 |
ErrorCheckingException
public ErrorCheckingException()
- Creates a new
ErrorCheckingException instance.
ErrorCheckingException
public ErrorCheckingException(java.lang.String message)
- Creates a new
ErrorCheckingException instance.
- Parameters:
message - the error message
ErrorCheckingException
public ErrorCheckingException(java.lang.Throwable cause)
- Creates a new
ErrorCheckingException instance.
- Parameters:
cause - the root cause
ErrorCheckingException
public ErrorCheckingException(java.lang.String message,
java.lang.Throwable cause)
- Creates a new
ErrorCheckingException instance.
- Parameters:
message - the error messagecause - the root cause
Copyright © 2002, 2005 - ObjectWeb Consortium - All Rights Reserved.