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:
java.io.Serializable
- Enclosing class:
- DataReader
static class DataReader.FastEOFException extends java.io.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 Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description FastEOFException()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable
fillInStackTrace()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-