|
Websphere MQ Everyplace | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--com.ibm.mqe.MQeException | +--com.ibm.mqe.communications.MQeCommunicationsException
This class is used to create an MQeCommunicationsException object.
This class is a descendant of MQeException
Field Summary |
Constructor Summary | |
MQeCommunicationsException(java.lang.Exception e)
This constructor constructs an MQeCommunicationsException given an original exception. |
|
MQeCommunicationsException(int codeValue,
java.lang.String msg)
Construtcs an MQeCommunicationsException given the codeValue and the message. |
Method Summary | |
java.lang.String |
getMessage()
Returns the errort message string of this throwable object. |
java.lang.Exception |
getOriginalException()
Returns the original exception (if any) that caused the receiver to be thrown. |
Methods inherited from class com.ibm.mqe.MQeException |
code, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public MQeCommunicationsException(int codeValue, java.lang.String msg)
codeValue
- An integer value indicating the exception.msg
- java.lang.String containing the exception message.public MQeCommunicationsException(java.lang.Exception e)
Method Detail |
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
Throwable
object if it was Throwable
created with an
error message string; or null
if it was
Throwable
created with no error message.public java.lang.Exception getOriginalException()
|
Websphere MQ Everyplace | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |