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:
java.io.Serializable
public class MVStoreException extends java.lang.RuntimeException
Various kinds of MVStore problems, along with associated error code.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private int
errorCode
private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description MVStoreException(int errorCode, java.lang.String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getErrorCode()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
errorCode
private final int errorCode
-
-