Package com._1c.g5.v8.xmdb
Class DBException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com._1c.g5.v8.xmdb.DBException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DBException.ConfigError
,DBException.EngineGetVoid
,DBException.OpenFail
,DBException.UnsafeError
,DBException.VolumeIOError
Database specific exceptions
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Wrong db configstatic class
Error while DB engine read by empty cLinkstatic class
Error while opening databasestatic class
Error while work with Unsafestatic class
Disk errors wrapper (no free space,...) -
Constructor Summary
ConstructorsConstructorDescriptionDBException
(String message) General database errorDBException
(String message, Throwable cause) General database error with cause -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DBException
General database error- Parameters:
message
- error message
-
DBException
General database error with cause- Parameters:
message
- error messagecause
- cause throwable
-