com.intersys.objects
Class DatabaseExistsException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.intersys.objects.CacheException
              extended bycom.intersys.objects.DatabaseExistsException
All Implemented Interfaces:
Serializable

public class DatabaseExistsException
extends CacheException

This Exception indicate attempt to create another Database on top of the same JDBC connection.

See Also:
Serialized Form

Constructor Summary
DatabaseExistsException(int process)
           
 
Methods inherited from class com.intersys.objects.CacheException
getCode, getMessage, printFullTrace, printFullTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DatabaseExistsException

public DatabaseExistsException(int process)