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
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
FilterException
public FilterException(String message)
- Parameters:
message
-
FilterException
public FilterException(String message,
Throwable cause)
- Parameters:
message
- cause
-
Copyright © 2011. All Rights Reserved.