com.ning.http.client
Class MaxRedirectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ning.http.client.MaxRedirectException
All Implemented Interfaces:
Serializable

public class MaxRedirectException
extends Exception

Thrown when the AsyncHttpClientConfig.getMaxRedirects() has been reached.

See Also:
Serialized Form

Constructor Summary
MaxRedirectException()
           
MaxRedirectException(String msg)
           
MaxRedirectException(String message, Throwable cause)
           
MaxRedirectException(Throwable cause)
           
 
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

MaxRedirectException

public MaxRedirectException()

MaxRedirectException

public MaxRedirectException(String msg)

MaxRedirectException

public MaxRedirectException(Throwable cause)

MaxRedirectException

public MaxRedirectException(String message,
                            Throwable cause)


Copyright © 2011. All Rights Reserved.