org.chorem.jtimer.io
Class DataLockingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.chorem.jtimer.io.DataLockingException
All Implemented Interfaces:
Serializable

public class DataLockingException
extends Exception

Exception thrown when saver directory has already been locked.

Version:
$Revision: 2607 $ Last update : $Date: 2009-06-18 17:19:19 +0200 (jeu., 18 juin 2009) $ By : $Author: echatellier $
Author:
chatellier
See Also:
Serialized Form

Constructor Summary
DataLockingException(String message)
          Constructor with text message.
DataLockingException(String message, Throwable cause)
          Constructor with text message and 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

DataLockingException

public DataLockingException(String message)
Constructor with text message.

Parameters:
message - text message

DataLockingException

public DataLockingException(String message,
                            Throwable cause)
Constructor with text message and cause.

Parameters:
message - text message
cause - parent cause


Copyright © 2007-2012 CodeLutin. All Rights Reserved.