Class 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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • WALFileException

        public WALFileException()
      • WALFileException

        public WALFileException​(java.lang.String msg)
      • WALFileException

        public WALFileException​(java.lang.Throwable cause)
      • WALFileException

        public WALFileException​(java.lang.String msg,
                                java.lang.Throwable cause)