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 classWrong db configstatic classError while DB engine read by empty cLinkstatic classError while opening databasestatic classError while work with Unsafestatic classDisk 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
-