org.objectweb.cjdbc.controller.loadbalancer.policies.createtable
Class CreateTableException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.objectweb.cjdbc.common.exceptions.CJDBCException
              extended byorg.objectweb.cjdbc.controller.loadbalancer.policies.createtable.CreateTableException
All Implemented Interfaces:
java.io.Serializable

public class CreateTableException
extends CJDBCException

A CreateTableException is thrown when a CreateTableRule policy cannot be applied in the rule.getBackends() method.

Version:
1.0
Author:
Emmanuel Cecchet
See Also:
CreateTableRule.getBackends(java.util.ArrayList), Serialized Form

Field Summary
private static long serialVersionUID
           
 
Fields inherited from class org.objectweb.cjdbc.common.exceptions.CJDBCException
cause
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
CreateTableException()
          Creates a new CreateTableException.
CreateTableException(java.lang.String message)
          Creates a new CreateTableException.
CreateTableException(java.lang.String message, java.lang.Throwable cause)
          Creates a new CreateTableException.
CreateTableException(java.lang.Throwable cause)
          Creates a new CreateTableException.
 
Methods inherited from class org.objectweb.cjdbc.common.exceptions.CJDBCException
fillInStackTrace, getCause, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

CreateTableException

public CreateTableException()
Creates a new CreateTableException.


CreateTableException

public CreateTableException(java.lang.String message)
Creates a new CreateTableException.

Parameters:
message - the error message

CreateTableException

public CreateTableException(java.lang.Throwable cause)
Creates a new CreateTableException.

Parameters:
cause - the root cause

CreateTableException

public CreateTableException(java.lang.String message,
                            java.lang.Throwable cause)
Creates a new CreateTableException.

Parameters:
message - the error message
cause - the root cause


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