public class

FilterException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.ning.http.client.filter.FilterException

Class Overview

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.

Summary

Public Constructors
FilterException(String message)
FilterException(String message, Throwable cause)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public FilterException (String message)

public FilterException (String message, Throwable cause)