litebase
Class AlreadyCreatedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--litebase.AlreadyCreatedException

public class AlreadyCreatedException
extends java.lang.RuntimeException

This exception may be thrown by LitebaseConnection.execute, when a table or index was already created. It is an unchecked Exception (can be thrown at any time).

See Also:
Serialized Form

Constructor Summary
AlreadyCreatedException()
           
AlreadyCreatedException(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AlreadyCreatedException

public AlreadyCreatedException()

AlreadyCreatedException

public AlreadyCreatedException(java.lang.String s)