Class WALFileException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- edu.caltech.nanodb.storage.writeahead.WALFileException
-
- All Implemented Interfaces:
java.io.Serializable
public class WALFileException extends java.io.IOException
This exception class represents issues with write-ahead log files, when they contain corrupt or invalid information in some way.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WALFileException()
WALFileException(java.lang.String msg)
WALFileException(java.lang.String msg, java.lang.Throwable cause)
WALFileException(java.lang.Throwable cause)
-