Uses of Class
org.h2.mvstore.MVStoreException
Packages that use MVStoreException
Package
Description
A persistent storage for tree maps.
Helper classes to use the MVStore in the H2 database.
-
Uses of MVStoreException in org.h2.mvstore
Fields in org.h2.mvstore declared as MVStoreExceptionMethods in org.h2.mvstore that return MVStoreExceptionModifier and TypeMethodDescriptionMVStore.getPanicException()
private MVStoreException
MVStore.getUnsupportedWriteFormatException
(long format, int expectedFormat, String s) static MVStoreException
DataUtils.newMVStoreException
(int errorCode, String message, Object... arguments) Create a new MVStoreException.Methods in org.h2.mvstore with parameters of type MVStoreException -
Uses of MVStoreException in org.h2.mvstore.db
Methods in org.h2.mvstore.db with parameters of type MVStoreExceptionModifier and TypeMethodDescription(package private) DbException
MVTable.convertException
(MVStoreException e) Convert the MVStoreException to a database exception.(package private) DbException
Store.convertMVStoreException
(MVStoreException e) Convert a MVStoreException to the similar exception used for the table/sql layers.