public final class JMSExceptionSupport extends Object
Modifier and Type | Method and Description |
---|---|
static javax.jms.JMSException |
create(Exception cause) |
static javax.jms.JMSException |
create(String msg,
Exception cause) |
static javax.jms.JMSException |
create(String msg,
Throwable cause) |
static javax.jms.JMSException |
create(Throwable cause) |
static javax.jms.MessageEOFException |
createMessageEOFException(Exception cause) |
static javax.jms.MessageFormatException |
createMessageFormatException(Exception cause) |
public static javax.jms.MessageEOFException createMessageEOFException(Exception cause)
public static javax.jms.MessageFormatException createMessageFormatException(Exception cause)
Copyright © 2005–2018 FuseSource, Corp.. All rights reserved.