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
public class DBException extends RuntimeException
Database specific exceptions- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDBException.ConfigErrorWrong db configstatic classDBException.EngineGetVoidError while DB engine read by empty cLinkstatic classDBException.OpenFailError while opening databasestatic classDBException.UnsafeErrorError while work with Unsafestatic classDBException.VolumeIOErrorDisk errors wrapper (no free space,...)
-
Constructor Summary
Constructors Constructor Description DBException(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
-
-