javax.jms

Class JMSException

public class JMSException extends Exception

Constructor Summary
JMSException(String reason, String errorCode)
JMSException(String reason)
Method Summary
StringgetErrorCode()
ExceptiongetLinkedException()
voidsetLinkedException(Exception ex)

Constructor Detail

JMSException

public JMSException(String reason, String errorCode)

JMSException

public JMSException(String reason)

Method Detail

getErrorCode

public String getErrorCode()

getLinkedException

public Exception getLinkedException()

setLinkedException

public void setLinkedException(Exception ex)