org.codehaus.activemq.util
Class JMSExceptionHelper

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

public class JMSExceptionHelper
extends Object

A helper class for creating new JMS exceptions

Version:
$Revision: 1.11 $

Constructor Summary
JMSExceptionHelper()
           
 
Method Summary
static IOException newIOException(JMSException e)
           
static JMSException newJMSException(String message, Exception cause)
           
static JMSException newJMSException(String message, Throwable cause)
           
static JMSException newJMSException(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 JMSException newJMSException(String message,
                                           Throwable cause)

newJMSException

public static JMSException newJMSException(String message,
                                           Exception cause)

newJMSException

public static JMSException newJMSException(Throwable e)

newIOException

public static IOException newIOException(JMSException e)


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