net.dpml.transit.link
Class LinkNotFoundException

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

public class LinkNotFoundException
extends ArtifactNotFoundException

Exception to indicate that a link could not be located.

Version:
1.0.1
Author:
Digital Product Meta Library
See Also:
Serialized Form

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