This project has retired. For details please refer to its Attic page.
NotFoundException

org.apache.maven.archiva.proxy
Class NotFoundException

Package class diagram package NotFoundException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.archiva.proxy.ProxyException
              extended by org.apache.maven.archiva.proxy.NotFoundException
All Implemented Interfaces:
java.io.Serializable

public class NotFoundException
extends ProxyException

NotFoundException - thrown when the resource requested was not found on the remote repository.

See Also:
Serialized Form

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

NotFoundException

public NotFoundException(java.lang.String message,
                         java.lang.Throwable t)

NotFoundException

public NotFoundException(java.lang.String message)