Package com._1c.g5.v8.xmdb
Class DBException.VolumeIOError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com._1c.g5.v8.xmdb.DBException
com._1c.g5.v8.xmdb.DBException.VolumeIOError
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- DBException
Disk errors wrapper (no free space,...)
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class com._1c.g5.v8.xmdb.DBExceptionDBException.ConfigError, DBException.EngineGetVoid, DBException.OpenFail, DBException.UnsafeError, DBException.VolumeIOError
- 
Constructor SummaryConstructorsConstructorDescriptionDefault constructorVolumeIOError(String msg, Throwable cause) Constructor with text and base IO exceptionVolumeIOError(Throwable cause) Constructor with base IO exception
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
VolumeIOErrorpublic VolumeIOError()Default constructor
- 
VolumeIOErrorConstructor with text and base IO exception- Parameters:
- msg-
- cause-
 
- 
VolumeIOErrorConstructor with base IO exception- Parameters:
- cause-
 
 
-