public class PersistitIOException extends PersistitException
IOException
. It is convenient for the caller
of a Persistit method to catch PersistitException
s 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, toString
public 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 Throwable
Copyright © 2025 Open Identity Platform Community. All rights reserved.