Class ExceptionRetryAcceptor
Object
com.liferay.portal.kernel.service.ExceptionRetryAcceptor
- All Implemented Interfaces:
RetryAcceptor
- Author:
- Matthew Tambara
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
acceptException
(Throwable throwable, Map<String, String> propertyMap) boolean
acceptResult
(Object returnValue, Map<String, String> propertyMap)
-
Field Details
-
EXCEPTION_NAME
- See Also:
-
-
Constructor Details
-
ExceptionRetryAcceptor
public ExceptionRetryAcceptor()
-
-
Method Details
-
acceptException
- Specified by:
acceptException
in interfaceRetryAcceptor
-
acceptResult
- Specified by:
acceptResult
in interfaceRetryAcceptor
-