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 MVStoreException
MVStore. panicException
Methods in org.h2.mvstore that return MVStoreException Modifier and Type Method Description MVStoreException
MVStore. getPanicException()
private MVStoreException
MVStore. getUnsupportedWriteFormatException(long format, int expectedFormat, java.lang.String s)
static MVStoreException
DataUtils. 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 void
MVStore. 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) 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.
-