org.archiviststoolkit.exceptions
Class DuplicateLinkException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.archiviststoolkit.exceptions.DuplicateLinkException
All Implemented Interfaces:
java.io.Serializable

public class DuplicateLinkException
extends java.lang.Exception

This exception is used to mark (fatal) failures in infrastructure and system code.

See Also:
Serialized Form

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

DuplicateLinkException

public DuplicateLinkException()

DuplicateLinkException

public DuplicateLinkException(java.lang.String message)

DuplicateLinkException

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

DuplicateLinkException

public DuplicateLinkException(java.lang.Throwable cause)