Home

xl2.odb
Class DatabaseLockedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--xl2.util.NestedException
                          |
                          +--xl2.odb.XL2Exception
                                |
                                +--xl2.odb.DatabaseLockedException
All Implemented Interfaces:
java.io.Serializable

public class DatabaseLockedException
extends XL2Exception

A lock exists which prevents the database from being opened in the desired mode.

See Also:
Serialized Form

Constructor Summary
DatabaseLockedException(java.lang.String lockFile)
           
 
Method Summary
 java.lang.String getLockFile()
           
 
Methods inherited from class xl2.util.NestedException
getException, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DatabaseLockedException

public DatabaseLockedException(java.lang.String lockFile)
Method Detail

getLockFile

public java.lang.String getLockFile()

Home