com.liferay.portal.service
Class ExceptionRetryAcceptor
java.lang.Object
com.liferay.portal.service.ExceptionRetryAcceptor
- All Implemented Interfaces:
- RetryAcceptor
public class ExceptionRetryAcceptor
- extends Object
- implements RetryAcceptor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EXCEPTION_NAME
public static final String EXCEPTION_NAME
- See Also:
- Constant Field Values
ExceptionRetryAcceptor
public ExceptionRetryAcceptor()
acceptException
public boolean acceptException(Throwable t,
Map<String,String> propertyMap)
- Specified by:
acceptException in interface RetryAcceptor
acceptResult
public boolean acceptResult(Object returnValue,
Map<String,String> propertyMap)
- Specified by:
acceptResult in interface RetryAcceptor