org.fusesource.stompjms
Class StompJmsExceptionSupport
java.lang.Object
org.fusesource.stompjms.StompJmsExceptionSupport
public final class StompJmsExceptionSupport
- extends java.lang.Object
Create those nice, old fashioned JMS Exceptions
|
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.Throwable cause)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.Throwable cause)
Copyright © 2010-2011 FuseSource, Corp.. All Rights Reserved.