Package com.ning.http.client.filter
Class FilterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ning.http.client.filter.FilterException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionFilterException(String message) FilterException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FilterException
- Parameters:
message-
-
FilterException
- Parameters:
message-cause-
-