Package org.h2.store
Class DataReader.FastEOFException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.io.EOFException
org.h2.store.DataReader.FastEOFException
- All Implemented Interfaces:
Serializable
- Enclosing class:
DataReader
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
FastEOFException
FastEOFException()
-
-
Method Details
-
fillInStackTrace
- Overrides:
fillInStackTrace
in classThrowable
-