- All Implemented Interfaces:
- Serializable
@ThreadSafe
@DefaultAnnotation(value=edu.umd.cs.findbugs.annotations.NonNull.class)
public final class FsNotWriteLockedException
extends FsException
Indicates that a resource should be write locked by the current thread,
but the write lock cannot get acquired for some reason.
This exception type is reserved for use within the TrueZIP Kernel in order
to catch it and relock the resource.
Unless there is a bug, an exception of this type never pops up to
a TrueZIP application.
- Author:
- Christian Schlichtherle
- See Also:
FsConcurrentController,
Serialized Form