This project has retired. For details please refer to its
Attic page .
NotModifiedException
org.apache.maven.archiva.proxy
Class NotModifiedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.archiva.proxy.ProxyException
org.apache.maven.archiva.proxy.NotModifiedException
All Implemented Interfaces: java.io.Serializable
public class NotModifiedException extends ProxyException
NotModifiedException - thrown when the resource requested was found on the remote repository, but
the remote repository reported that the copy we have in our managed repository is newer than
the one present on the remote repository.
Similar in scope to the HTTP 304 Not Modified
response code.
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
NotModifiedException
public NotModifiedException (java.lang.String message)
NotModifiedException
public NotModifiedException (java.lang.String message,
java.lang.Throwable t)