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.
Constructor and Description |
---|
NotModifiedException(String message) |
NotModifiedException(String message,
Throwable t) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NotModifiedException(String message)
public NotModifiedException(String message, Throwable t)
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.