org.jboss.mx.server
Class ExceptionHandler

java.lang.Object
  extended byorg.jboss.mx.server.ExceptionHandler

public class ExceptionHandler
extends java.lang.Object

Handles exceptions and wraps them if neccessary, arccording to the spec.


Method Summary
static JMException (src) handleException(java.lang.Throwable t)
          Handles exceptions and wraps them if neccessary, arccording to the spec.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

handleException

public static JMException (src)  handleException(java.lang.Throwable t)
Handles exceptions and wraps them if neccessary, arccording to the spec.

Parameters:
t - the exception thrown by the invocation
Returns:
any wrapped exception