org.jboss.resource.adapter.jms.inflow
Class DefaultRuntimeErrorHandler

java.lang.Object
  extended by 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

Constructor Summary
DefaultRuntimeErrorHandler()
           
 
Method Summary
 void handleRuntimeError(Throwable t)
          Determines if an exception is a runtime error.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultRuntimeErrorHandler

public DefaultRuntimeErrorHandler()
Method Detail

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.