net.dpml.transit
Class LinkNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.net.ProtocolException
                  extended by net.dpml.transit.TransitException
                      extended by net.dpml.transit.ArtifactException
                          extended by net.dpml.transit.ArtifactNotFoundException
                              extended by net.dpml.transit.LinkNotFoundException
All Implemented Interfaces:
Serializable

public class LinkNotFoundException
extends ArtifactNotFoundException

Exception to indicate that a link could not be located.

Version:
2.1.0
Author:
Digital Product Management Library
See Also:
Serialized Form

Constructor Summary
LinkNotFoundException(String message, URI uri)
          Construct a new LinkNotFoundException instance.
 
Method Summary
 
Methods inherited from class net.dpml.transit.ArtifactNotFoundException
getURI
 
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

LinkNotFoundException

public LinkNotFoundException(String message,
                             URI uri)
Construct a new LinkNotFoundException instance.

Parameters:
message - The detail message for this exception.
uri - the link uri