Class HttpRedirect

All Implemented Interfaces:
Serializable, HttpResponse

public final class HttpRedirect extends RuntimeException implements HttpResponse
HttpResponse that dose HTTP 302 redirect. Extends from RuntimeException so that you can throw it.
Author:
Kohsuke Kawaguchi
See Also: