Package com.swiftmq.swiftlet.xa
Class XAContextException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.swiftmq.swiftlet.xa.XAContextException
- All Implemented Interfaces:
Serializable
This exception class wraps XA error code and message.
- Author:
- IIT GmbH, Bremen/Germany, Copyright (c) 2000-2003, All Rights Reserved
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionXAContextException
(int errorCode, String message) XAContextException
(String message) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
XAContextException
-
XAContextException
-
-
Method Details
-
getErrorCode
public int getErrorCode() -
setErrorCode
public void setErrorCode(int errorCode) -
getMessage
- Overrides:
getMessage
in classThrowable
-
toString
-