public class JMSAMQException
extends javax.jms.JMSException
| Constructor and Description |
|---|
JMSAMQException(AMQException cause)
Deprecated.
Use the other constructor and write a helpfull message. This one will be deleted.
|
JMSAMQException(String message,
Exception cause)
Creates a JMSException, wrapping another exception class.
|
getErrorCode, getLinkedException, setLinkedExceptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic JMSAMQException(String message, Exception cause)
message - The error message.cause - The underlying exception that caused this one. May be null if none is to be set.public JMSAMQException(AMQException cause)
cause - The underlying exception.Copyright © 2006–2015 The Apache Software Foundation. All rights reserved.