org.apache.activemq.util
Class JMSExceptionSupport
java.lang.Object
org.apache.activemq.util.JMSExceptionSupport
public final class JMSExceptionSupport
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JMSExceptionSupport
public JMSExceptionSupport()
create
public static javax.jms.JMSException create(String msg,
Throwable cause)
create
public static javax.jms.JMSException create(String msg,
Exception cause)
create
public static javax.jms.JMSException create(Throwable cause)
create
public static javax.jms.JMSException create(Exception cause)
createMessageEOFException
public static javax.jms.MessageEOFException createMessageEOFException(Exception cause)
createMessageFormatException
public static javax.jms.MessageFormatException createMessageFormatException(Exception cause)
Copyright © 2011 Apache Software Foundation. All Rights Reserved.