org.apache.archiva.proxy
Class NotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.archiva.proxy.ProxyException
              extended by org.apache.archiva.proxy.NotFoundException
All Implemented Interfaces:
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(String message)
           
NotFoundException(String message, 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(String message,
                         Throwable t)

NotFoundException

public NotFoundException(String message)


Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.