com.subshell.persistence.exception
Class DatabaseClosedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalStateException
                  extended by com.subshell.persistence.exception.DatabaseClosedException
All Implemented Interfaces:
Serializable

public class DatabaseClosedException
extends IllegalStateException

Thrown when a Database is used although it has been closed already.

See Also:
Serialized Form

Constructor Summary
DatabaseClosedException()
           
DatabaseClosedException(String msg)
           
DatabaseClosedException(String msg, Throwable cause)
           
DatabaseClosedException(Throwable cause)
           
 
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

DatabaseClosedException

public DatabaseClosedException()

DatabaseClosedException

public DatabaseClosedException(String msg)

DatabaseClosedException

public DatabaseClosedException(String msg,
                               Throwable cause)

DatabaseClosedException

public DatabaseClosedException(Throwable cause)


Copyright © 2004-2005 subshell GmbH. All Rights Reserved.