This is a wrapper for an {@link 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 {@link 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.
@version 1.0