@ThreadSafe public class JournalClosedException extends Exception
Modifier and Type | Class and Description |
---|---|
static class |
JournalClosedException.IOJournalClosedException
Same as
JournalClosedException , but extends IOException for situations where only
IOException is allowed. |
Constructor and Description |
---|
JournalClosedException(String s)
Constructs a
JournalClosedException with the specified detail message. |
Modifier and Type | Method and Description |
---|---|
JournalClosedException.IOJournalClosedException |
toIOException() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public JournalClosedException(String s)
JournalClosedException
with the specified detail message.s
- the detail messagepublic JournalClosedException.IOJournalClosedException toIOException()
Copyright © 2023. All Rights Reserved.