TrueZIP Kernel 7.0-rc1

de.schlichtherle.truezip.fs
Class FsNotWriteLockedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by de.schlichtherle.truezip.fs.FsException
                  extended by de.schlichtherle.truezip.fs.FsNotWriteLockedException
All Implemented Interfaces:
Serializable

@ThreadSafe
public 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 the archive controller - not only the state of the archive file system.

Author:
Christian Schlichtherle
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
FsNotWriteLockedException(FsConcurrentModel model)
           
FsNotWriteLockedException(FsConcurrentModel model, FsNotWriteLockedException ex)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

FsNotWriteLockedException

FsNotWriteLockedException(FsConcurrentModel model)

FsNotWriteLockedException

FsNotWriteLockedException(FsConcurrentModel model,
                          FsNotWriteLockedException ex)

TrueZIP Kernel 7.0-rc1

Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.