Class NitriteIOException

  • All Implemented Interfaces:
    Serializable

    public class NitriteIOException
    extends NitriteException
    Exception thrown when there is an IO error while performing an operation in Nitrite database.
    Since:
    1.0
    Author:
    Anindya Chatterjee.
    See Also:
    Serialized Form
    • Constructor Detail

      • NitriteIOException

        public NitriteIOException​(String errorMessage)
        Instantiates a new NitriteIOException.
        Parameters:
        errorMessage - the error message
      • NitriteIOException

        public NitriteIOException​(String message,
                                  Throwable cause)
        Instantiates a new NitriteIOException.
        Parameters:
        message - the message
        cause - the cause