com.sun.labs.minion.util
Class FileLockException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.labs.minion.util.FileLockException
All Implemented Interfaces:
java.io.Serializable

public class FileLockException
extends java.lang.Exception

An exception that is thrown when a FileLock cannot be acquired or released.

See Also:
Serialized Form

Constructor Summary
FileLockException(java.lang.String m)
           
FileLockException(java.lang.String m, java.lang.Throwable cause)
           
 
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

FileLockException

public FileLockException(java.lang.String m)

FileLockException

public FileLockException(java.lang.String m,
                         java.lang.Throwable cause)