Class StorageEngineReadonlyException

  • All Implemented Interfaces:
    java.io.Serializable

    public class StorageEngineReadonlyException
    extends StorageEngineException
    the exception when writing to a read-only system
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ERROR_MESSAGE  
      • Fields inherited from class org.apache.iotdb.commons.exception.IoTDBException

        errorCode, isUserException
    • Method Summary

      • Methods inherited from class org.apache.iotdb.commons.exception.IoTDBException

        getErrorCode, isUserException
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • StorageEngineReadonlyException

        public StorageEngineReadonlyException()