org.apache.archiva.proxy
Class NotModifiedException

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.NotModifiedException
All Implemented Interfaces:
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

Constructor Summary
NotModifiedException(String message)
           
NotModifiedException(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

NotModifiedException

public NotModifiedException(String message)

NotModifiedException

public NotModifiedException(String message,
                            Throwable t)


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