Uses of Class
org.h2.mvstore.MVStoreException
-
Packages that use MVStoreException Package Description org.h2.mvstore A persistent storage for tree maps.org.h2.mvstore.db Helper classes to use the MVStore in the H2 database. -
-
Uses of MVStoreException in org.h2.mvstore
Fields in org.h2.mvstore declared as MVStoreException Modifier and Type Field Description private MVStoreExceptionMVStore. panicExceptionMethods in org.h2.mvstore that return MVStoreException Modifier and Type Method Description MVStoreExceptionMVStore. getPanicException()private MVStoreExceptionMVStore. getUnsupportedWriteFormatException(long format, int expectedFormat, java.lang.String s)static MVStoreExceptionDataUtils. newMVStoreException(int errorCode, java.lang.String message, java.lang.Object... arguments)Create a new MVStoreException.Methods in org.h2.mvstore with parameters of type MVStoreException Modifier and Type Method Description private voidMVStore. panic(MVStoreException e) -
Uses of MVStoreException in org.h2.mvstore.db
Methods in org.h2.mvstore.db with parameters of type MVStoreException Modifier and Type Method Description (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.
-