Package com._1c.g5.v8.derived
Class DerivedDataStoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com._1c.g5.v8.derived.DerivedDataStoreException
- All Implemented Interfaces:
Serializable
Exception thrown when derived data manager fails to store or load its persistent data.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDerivedDataStoreException
(String message, Throwable cause) Creates a new exception with the the specified detailmessage
andcause
. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DerivedDataStoreException
Creates a new exception with the the specified detailmessage
andcause
.- Parameters:
message
- the detail message.cause
- the cause.
-