| java.lang.Object org.jboss.mx.server.ExceptionHandler
ExceptionHandler | public class ExceptionHandler (Code) | | Handles exceptions and wraps them if neccessary, arccording to the spec.
author: thomas.diesler@jboss.org |
handleException | public static JMException handleException(Throwable t)(Code) | | Handles exceptions and wraps them if neccessary, arccording to the spec.
Parameters: t - the exception thrown by the invocation any wrapped exception |
|
|