corelib.io.files.snapshots
Class DirectorySnapshotException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by corelib.io.files.snapshots.DirectorySnapshotException
All Implemented Interfaces:
java.io.Serializable

public class DirectorySnapshotException
extends java.io.IOException

Exceptions of class DirectorySnapshotException are thrown each time that an error is detected during the usage of a snapshot.

Since:
0.3.7
Author:
Dominique Liard
See Also:
Serialized Form

Constructor Summary
DirectorySnapshotException(java.lang.String message)
          Class constructor that accept a message.
DirectorySnapshotException(java.lang.String message, java.lang.Exception causeException)
          Class constructor that accept a message and a 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

DirectorySnapshotException

public DirectorySnapshotException(java.lang.String message)
Class constructor that accept a message.

Parameters:
message - The associated message.

DirectorySnapshotException

public DirectorySnapshotException(java.lang.String message,
                                  java.lang.Exception causeException)
Class constructor that accept a message and a cause.

Parameters:
message - The associated message.
causeException - The associated cause exception.


CAUTION: Ellipse is proposed to you in BETA version to allow evaluation of this framework. Infini Software is released from any responsibility for the use of Ellipse Framework.

Copyright 2012 Infini Software - All Rights Reserved.