com.hardcode.gdbms.engine.data.indexes
Class CannotCreateIndexException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.hardcode.gdbms.engine.data.driver.DriverException
              extended by com.hardcode.gdbms.engine.data.indexes.CannotCreateIndexException
All Implemented Interfaces:
java.io.Serializable

public class CannotCreateIndexException
extends DriverException

DOCUMENT ME!

Author:
Fernando González Cortés
See Also:
Serialized Form

Constructor Summary
CannotCreateIndexException()
           
CannotCreateIndexException(java.lang.String arg0)
          DOCUMENT ME!
CannotCreateIndexException(java.lang.String arg0, java.lang.Throwable arg1)
          DOCUMENT ME!
CannotCreateIndexException(java.lang.Throwable arg0)
          DOCUMENT ME!
 
Method Summary
 
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

CannotCreateIndexException

public CannotCreateIndexException()

CannotCreateIndexException

public CannotCreateIndexException(java.lang.String arg0)
DOCUMENT ME!

Parameters:
arg0 -

CannotCreateIndexException

public CannotCreateIndexException(java.lang.String arg0,
                                  java.lang.Throwable arg1)
DOCUMENT ME!

Parameters:
arg0 -
arg1 -

CannotCreateIndexException

public CannotCreateIndexException(java.lang.Throwable arg0)
DOCUMENT ME!

Parameters:
arg0 -


Copyright © 2005-2006 . All Rights Reserved.