org.activemq.util
Class JMSExceptionHelper

java.lang.Object
  extended byorg.activemq.util.JMSExceptionHelper

public class JMSExceptionHelper
extends java.lang.Object

A helper class for creating new JMS exceptions

Version:
$Revision: 1.1.1.1 $

Constructor Summary
JMSExceptionHelper()
           
 
Method Summary
static java.io.IOException newIOException(javax.jms.JMSException e)
           
static javax.jms.JMSException newJMSException(java.lang.String message, java.lang.Exception cause)
           
static javax.jms.JMSException newJMSException(java.lang.String message, java.lang.Throwable cause)
           
static javax.jms.JMSException newJMSException(java.lang.Throwable e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMSExceptionHelper

public JMSExceptionHelper()
Method Detail

newJMSException

public static javax.jms.JMSException newJMSException(java.lang.String message,
                                                     java.lang.Throwable cause)

newJMSException

public static javax.jms.JMSException newJMSException(java.lang.String message,
                                                     java.lang.Exception cause)

newJMSException

public static javax.jms.JMSException newJMSException(java.lang.Throwable e)

newIOException

public static java.io.IOException newIOException(javax.jms.JMSException e)


Copyright © 2004-2005 Protique, Ltd.. All Rights Reserved.