Package org.h2.store

Class DataReader.FastEOFException

All Implemented Interfaces:
Serializable
Enclosing class:
DataReader

static class DataReader.FastEOFException extends EOFException
Constructing such an EOF exception is fast, because the stack trace is not filled in. If used in a static context, this will also avoid classloader memory leaks.
  • Field Details

  • Constructor Details

    • FastEOFException

      FastEOFException()
  • Method Details