Class MVStoreException

All Implemented Interfaces:
Serializable

public class MVStoreException extends RuntimeException
Various kinds of MVStore problems, along with associated error code.
See Also:
  • Constructor Details

    • MVStoreException

      public MVStoreException(int errorCode, String message)
  • Method Details

    • getErrorCode

      public int getErrorCode()