org.egothor.duplicity.algorithm
Class DuplicityCheckingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.egothor.duplicity.algorithm.DuplicityCheckingException
All Implemented Interfaces:
java.io.Serializable

public class DuplicityCheckingException
extends java.lang.Exception

Thrown when exception on duplicity checking algorithm occures.

Author:
Kate�ina Dufkov�
See Also:
Serialized Form

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

DuplicityCheckingException

public DuplicityCheckingException()

DuplicityCheckingException

public DuplicityCheckingException(java.lang.String message)

DuplicityCheckingException

public DuplicityCheckingException(java.lang.Throwable cause)

DuplicityCheckingException

public DuplicityCheckingException(java.lang.String message,
                                  java.lang.Throwable cause)