Class JournalClosedException.IOJournalClosedException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    JournalClosedException

    public static final class JournalClosedException.IOJournalClosedException
    extends java.io.IOException
    Same as JournalClosedException, but extends IOException for situations where only IOException is allowed.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      JournalClosedException toJournalClosedException()  
      • 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
    • Method Detail

      • toJournalClosedException

        public JournalClosedException toJournalClosedException()
        Returns:
        a regular (non-IOException) version of this exception