org.codehaus.activemq.util
Class JMSExceptionHelper

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

public class JMSExceptionHelper
extends java.lang.Object

A helper class for creating new JMS exceptions

Version:
$Revision: 1.9 $

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

newJMSException

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

newIOException

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


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