Class RedirectException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.mastfrog.netty.http.client.RedirectException
All Implemented Interfaces:
Serializable

public class RedirectException extends Exception
Exception passed to onError when a redirect loop is encountered, or the redirect URL cannot be parsed.
Since:
1.7.0
Author:
Tim Boudreau
See Also: