de.schlichtherle.truezip.fs
Class FsNotWriteLockedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
de.schlichtherle.truezip.fs.FsException
de.schlichtherle.truezip.fs.FsNotWriteLockedException
- All Implemented Interfaces:
- Serializable
@ThreadSafe
final class FsNotWriteLockedException
- extends FsException
Indicates that a controller is not write locked and the lock cannot get
acquired by the current thread for some reason.
Note that the write lock is required for any change to the state of a
controller which uses a FsConcurrentModel - not just to the state
of the file system.
- Author:
- Christian Schlichtherle
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
FsNotWriteLockedException
FsNotWriteLockedException(FsConcurrentModel model)
FsNotWriteLockedException
FsNotWriteLockedException(FsConcurrentModel model,
FsNotWriteLockedException ex)
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.