org.jboss.resource.adapter.jms.inflow
Interface RuntimeErrorHandler
- All Known Implementing Classes:
- DefaultRuntimeErrorHandler
public interface RuntimeErrorHandler
A RuntimeErrorHandler used to propagate runtime errors from inflow listener. This is primarily used
to support the non-standard behavior of redelivery of non XA messages that throw a runtime exception.
- Version:
- $Revision: 1.1 $
- Author:
- Weston Price
handleRuntimeError
void handleRuntimeError(Throwable t)
- Determines if an exception is a runtime error. If it is, it simply rethrows the exception.
- Parameters:
t
- the exception
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.