org.apache.activemq.util
Class JMSExceptionSupport

java.lang.Object
  extended by org.apache.activemq.util.JMSExceptionSupport

public final class JMSExceptionSupport
extends java.lang.Object


Constructor Summary
JMSExceptionSupport()
           
 
Method Summary
static javax.jms.JMSException create(java.lang.Exception cause)
           
static javax.jms.JMSException create(java.lang.String msg, java.lang.Exception cause)
           
static javax.jms.JMSException create(java.lang.String msg, java.lang.Throwable cause)
           
static javax.jms.JMSException create(java.lang.Throwable cause)
           
static javax.jms.MessageEOFException createMessageEOFException(java.lang.Exception cause)
           
static javax.jms.MessageFormatException createMessageFormatException(java.lang.Exception cause)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMSExceptionSupport

public JMSExceptionSupport()
Method Detail

create

public static javax.jms.JMSException create(java.lang.String msg,
                                            java.lang.Throwable cause)

create

public static javax.jms.JMSException create(java.lang.String msg,
                                            java.lang.Exception cause)

create

public static javax.jms.JMSException create(java.lang.Throwable cause)

create

public static javax.jms.JMSException create(java.lang.Exception cause)

createMessageEOFException

public static javax.jms.MessageEOFException createMessageEOFException(java.lang.Exception cause)

createMessageFormatException

public static javax.jms.MessageFormatException createMessageFormatException(java.lang.Exception cause)


Copyright © 2009 Apache Software Foundation. All Rights Reserved.