public class PersistitIOException extends PersistitException
IOException. It is convenient for the caller
of a Persistit method to catch PersistitExceptions without also
needing to catch IOExceptions.| Constructor and Description |
|---|
PersistitIOException(IOException ioe) |
PersistitIOException(String msg) |
PersistitIOException(String msg,
IOException exception) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
Override default implementation in
Throwable.getMessage() to
return the detail message of the wrapped IOException. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PersistitIOException(IOException ioe)
public PersistitIOException(String msg)
public PersistitIOException(String msg, IOException exception)
public String getMessage()
Throwable.getMessage() to
return the detail message of the wrapped IOException.getMessage in class ThrowableCopyright © 2025 Open Identity Platform Community. All rights reserved.