org.jboss.mx.server
Class ExceptionHandler
java.lang.Object
org.jboss.mx.server.ExceptionHandler
public class ExceptionHandler
- extends Object
Handles exceptions and wraps them if neccessary, arccording to the spec.
- Author:
- thomas.diesler@jboss.org
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
handleException
public static JMException handleException(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
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.