当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 jmx API Documentation 英文版文档
ExceptionHandler (JBoss/JMX API) - JBoss 4.0.1 sp1 jmx API Documentation 英文版文档
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.