com.ning.http.client.filter
Class AsyncFilterException

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

public class AsyncFilterException
extends Exception

An exception that can be thrown by an AsyncHandler to interrupt the request processing.

See Also:
Serialized Form

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

AsyncFilterException

public AsyncFilterException(String message)
Parameters:
message -

AsyncFilterException

public AsyncFilterException(String message,
                            Throwable cause)
Parameters:
message -
cause -


Copyright © 2010. All Rights Reserved.