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 class
DBException.ConfigError
Wrong db configstatic class
DBException.EngineGetVoid
Error while DB engine read by empty cLinkstatic class
DBException.OpenFail
Error while opening databasestatic class
DBException.UnsafeError
Error while work with Unsafestatic class
DBException.VolumeIOError
Disk 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
-
-