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
public final class DerivedDataStoreException extends RuntimeException
Exception thrown when derived data manager fails to store or load its persistent data.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DerivedDataStoreException(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
-
-