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 SummaryNested 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 SummaryConstructorsConstructorDescriptionDBException(String message) General database errorDBException(String message, Throwable cause) General database error with cause
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
DBExceptionGeneral database error- Parameters:
- message- error message
 
- 
DBExceptionGeneral database error with cause- Parameters:
- message- error message
- cause- cause throwable
 
 
-