Previous Topic: ProxyResponse Interface

Next Topic: ProxyRequest Interface


ProxyFilterException Class

The ProxyFilterException class defines a general exception that a filter can throw when it encounters difficulty.

Constructor Signature

Description

ProxyFilterException()

Constructs a new ProxyFilterException.

ProxyFilterException(java.lang.String message)

Constructs a new ProxyFilterException with the specified message.

Parameters:

message - Message of exception

ProxyFilterException(java.lang.String message, java.lang.Throwable rootCause)

Constructs a new ProxyFilterException with the specified message and root cause.

Parameters:

message - Message of exception

rootCause - Exception that caused this exception to be raised

ProxyFilterException(java.lang.Throwable rootCause)

Constructs a new ProxyFilterException with the specified message and root cause.

Parameters:

rootCause - Exception that caused this exception to be raised