TrueZIP Kernel 7.0-rc1

de.schlichtherle.truezip.io
Class InputBusyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.io.FileNotFoundException
                  extended by de.schlichtherle.truezip.io.FileBusyException
                      extended by de.schlichtherle.truezip.io.InputBusyException
All Implemented Interfaces:
Serializable

public class InputBusyException
extends FileBusyException

Indicates that a file system entry could not get read because the entry or its container is busy. This exception is recoverable, meaning it should be possible to repeat the operation successfully as soon as the entry or its container is not busy anymore and unless no other exceptional condition applies.

Author:
Christian Schlichtherle
See Also:
OutputBusyException, Serialized Form

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
InputBusyException(Exception cause)
           
InputBusyException(String message)
           
 
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

InputBusyException

public InputBusyException(String message)

InputBusyException

public InputBusyException(Exception cause)

TrueZIP Kernel 7.0-rc1

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