com.unister.semweb.drums.file
Class FileLockException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.unister.semweb.drums.file.FileLockException
All Implemented Interfaces:
java.io.Serializable

public class FileLockException
extends java.lang.Exception

This class extends the Exception-class. A FileLockException should be thrown if a File is locked in some way.

Author:
Martin Nettling
See Also:
Serialized Form

Constructor Summary
FileLockException(java.lang.String message)
          This method constructs a new FileLockException
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileLockException

public FileLockException(java.lang.String message)
This method constructs a new FileLockException

Parameters:
message - the message to throw