Package com.swiftmq.swiftlet.xa
Class XAContextException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.swiftmq.swiftlet.xa.XAContextException
-
- All Implemented Interfaces:
java.io.Serializable
public class XAContextException extends java.lang.ExceptionThis exception class wraps XA error code and message.- Author:
- IIT GmbH, Bremen/Germany, Copyright (c) 2000-2003, All Rights Reserved
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XAContextException(int errorCode, java.lang.String message)XAContextException(java.lang.String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetErrorCode()java.lang.StringgetMessage()voidsetErrorCode(int errorCode)java.lang.StringtoString()
-