org.jboss.jms.util
Class ExceptionUtil

java.lang.Object
  extended byorg.jboss.jms.util.ExceptionUtil

public class ExceptionUtil
extends java.lang.Object

A ExceptionUtil

Version:
$Revision: 1174 $ $Id: ExceptionUtil.java 1174 2006-08-02 14:14:32Z timfox $
Author:
Tim Fox

Constructor Summary
ExceptionUtil()
           
 
Method Summary
static JMSException handleJMSInvocation(java.lang.Throwable t, java.lang.String msg)
           
static java.lang.Exception handleJMXInvocation(java.lang.Throwable t, java.lang.String msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionUtil

public ExceptionUtil()
Method Detail

handleJMSInvocation

public static JMSException handleJMSInvocation(java.lang.Throwable t,
                                               java.lang.String msg)

handleJMXInvocation

public static java.lang.Exception handleJMXInvocation(java.lang.Throwable t,
                                                      java.lang.String msg)


Copyright © 2006 JBoss Inc. All Rights Reserved.