org.activemq.util
Class JMSExceptionHelper
java.lang.Object
org.activemq.util.JMSExceptionHelper
- public class JMSExceptionHelper
- extends java.lang.Object
A helper class for creating new JMS exceptions
- Version:
- $Revision: 1.1.1.1 $
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 |
JMSExceptionHelper
public JMSExceptionHelper()
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.