This project has retired. For details please refer to its
Attic page.
NotFoundException
org.apache.maven.archiva.proxy
Class NotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.archiva.proxy.ProxyException
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
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 |
NotFoundException
public NotFoundException(java.lang.String message,
java.lang.Throwable t)
NotFoundException
public NotFoundException(java.lang.String message)