org.jboss.resource.adapter.jms.inflow
Class DefaultRuntimeErrorHandler
java.lang.Object
org.jboss.resource.adapter.jms.inflow.DefaultRuntimeErrorHandler
- All Implemented Interfaces:
- RuntimeErrorHandler
public class DefaultRuntimeErrorHandler
- extends Object
- implements RuntimeErrorHandler
A DefaultRuntimeErrorHandler.
- Version:
- $Revision: 1.1 $
- Author:
- Weston Price
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultRuntimeErrorHandler
public DefaultRuntimeErrorHandler()
handleRuntimeError
public void handleRuntimeError(Throwable t)
- Description copied from interface:
RuntimeErrorHandler
- Determines if an exception is a runtime error. If it is, it simply rethrows the exception.
- Specified by:
handleRuntimeError
in interface RuntimeErrorHandler
- Parameters:
t
- the exception
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.