Package com._1c.g5.v8.xmdb
Class DBException.OpenFail
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com._1c.g5.v8.xmdb.DBException
com._1c.g5.v8.xmdb.DBException.OpenFail
- All Implemented Interfaces:
Serializable
- Enclosing class:
- DBException
Error while opening database
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com._1c.g5.v8.xmdb.DBException
DBException.ConfigError, DBException.EngineGetVoid, DBException.OpenFail, DBException.UnsafeError, DBException.VolumeIOError
-
Constructor Summary
ConstructorsConstructorDescriptionOpenFail()
Error while opening database: no file, can't read file or, in most case, no "correct closed" flag in database. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OpenFail
public OpenFail()Error while opening database: no file, can't read file or, in most case, no "correct closed" flag in database.
-