Class InterceptorPayload
java.lang.Object
org.apache.catalina.tribes.group.InterceptorPayload
Payload object used to pass an
ErrorHandler to interceptors.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the error handler.voidsetErrorHandler(ErrorHandler errorHandler) Set the error handler.
-
Constructor Details
-
InterceptorPayload
public InterceptorPayload()Constructs a new InterceptorPayload.
-
-
Method Details
-
getErrorHandler
-
setErrorHandler
Set the error handler.- Parameters:
errorHandler- the error handler to set
-