Class SqlJetIOException

    • Constructor Detail

      • SqlJetIOException

        public SqlJetIOException​(SqlJetIOErrorCode ioErrorCode)
        Create extended exception for IOERR.
        Parameters:
        ioErrorCode - error code.
      • SqlJetIOException

        public SqlJetIOException​(SqlJetIOErrorCode ioErrorCode,
                                 java.lang.String message)
      • SqlJetIOException

        public SqlJetIOException​(SqlJetIOErrorCode ioErrorCode,
                                 java.lang.Throwable cause)
      • SqlJetIOException

        public SqlJetIOException​(SqlJetIOErrorCode ioErrorCode,
                                 java.lang.String message,
                                 java.lang.Throwable cause)
    • Method Detail

      • getIoErrorCode

        public SqlJetIOErrorCode getIoErrorCode()
        Returns:
        the ioErrorCode