Class MVStoreException

All Implemented Interfaces:
Serializable

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

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • errorCode

      private final int errorCode
  • Constructor Details

    • MVStoreException

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

    • getErrorCode

      public int getErrorCode()