de.janrufmonitor.repository.zip
Class ZipArchiveLockedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.janrufmonitor.repository.zip.ZipArchiveException
              extended by de.janrufmonitor.repository.zip.ZipArchiveLockedException
All Implemented Interfaces:
Serializable

public class ZipArchiveLockedException
extends ZipArchiveException

This class is an implementation of a ZIP archive exception which should be thrown on locking problems with the ZIP implementation.

Author:
Thilo Brandt
See Also:
Serialized Form

Constructor Summary
ZipArchiveLockedException(File zipArchive)
          Constructor taking the ZIP file which causes the problem.
 
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
 

Constructor Detail

ZipArchiveLockedException

public ZipArchiveLockedException(File zipArchive)
Constructor taking the ZIP file which causes the problem.

Parameters:
zipArchive -


Copyright © 2010 by Thilo Brandt. All Rights Reserved.