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 MVStoreExceptionMVStore.getUnsupportedWriteFormatException(long format, int expectedFormat, String s) static MVStoreExceptionDataUtils.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) DbExceptionMVTable.convertException(MVStoreException e) Convert the MVStoreException to a database exception.(package private) DbExceptionStore.convertMVStoreException(MVStoreException e) Convert a MVStoreException to the similar exception used for the table/sql layers.