Class XAContextException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.swiftmq.swiftlet.xa.XAContextException
All Implemented Interfaces:
Serializable

public class XAContextException extends Exception
This exception class wraps XA error code and message.
Author:
IIT GmbH, Bremen/Germany, Copyright (c) 2000-2003, All Rights Reserved
See Also:
  • Constructor Details

    • XAContextException

      public XAContextException(String message)
    • XAContextException

      public XAContextException(int errorCode, String message)
  • Method Details

    • getErrorCode

      public int getErrorCode()
    • setErrorCode

      public void setErrorCode(int errorCode)
    • getMessage

      public String getMessage()
      Overrides:
      getMessage in class Throwable
    • toString

      public String toString()
      Overrides:
      toString in class Throwable