public class PersistitInterruptedException extends PersistitException
InterruptedException
. If a Persistit thread
is interrupted when sleeping or waiting, it throws an instance of this
Exception. This allows the caller of a Persistit method to catch
PersistitException
s without also needing to catch
InterruptedExceptions.
Before throwing a PersistitInterruptedException Persistit reasserts the
interrupted
status of the current Thread so that a subsequent
call to sleep or wait will once again be interrupted.Constructor and Description |
---|
PersistitInterruptedException(InterruptedException ioe) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PersistitInterruptedException(InterruptedException ioe)
Copyright © 2025 Open Identity Platform Community. All rights reserved.