Class FilterException

java.lang.Object
java.lang.Throwable
java.lang.Exception
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:
  • Constructor Details

    • FilterException

      public FilterException(String message)
      Parameters:
      message -
    • FilterException

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