com.ning.http.client.filter
Class FilterException

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

public class FilterException
extends Exception

An exception that can be thrown by an AsyncHandler to interrupt invocation of the RequestFilter and ResponseFilter. It also interrupt the request and response processing.

See Also:
Serialized Form

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

FilterException

public FilterException(String message)
Parameters:
message -

FilterException

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


Copyright © 2014. All Rights Reserved.