Package org.h2.mvstore
Class MVStoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.h2.mvstore.MVStoreException
- All Implemented Interfaces:
Serializable
Various kinds of MVStore problems, along with associated error code.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final int
private static final long
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
errorCode
private final int errorCode
-
-
Constructor Details
-
MVStoreException
-
-
Method Details
-
getErrorCode
public int getErrorCode()
-