Class NonXAException

java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.tmm.jta.nonxa.NonXAException
All Implemented Interfaces:
Serializable

public class NonXAException extends Exception
Non XA Exception thrown by OTMM(MicroTx)
See Also:
  • Field Details

    • errorCode

      public int errorCode
      The error code with which to create the SystemException.
  • Constructor Details

    • NonXAException

      public NonXAException()
      Create an NonXAException.
    • NonXAException

      public NonXAException(String s)
      Create an NonXAException with a given string.
      Parameters:
      s - The String object containing the exception message.
    • NonXAException

      public NonXAException(int errcode)
      Create an NonXAException with a given error code.
      Parameters:
      errcode - The error code identifying the exception.
    • NonXAException

      public NonXAException(String reason, Throwable cause)
      Create an NonXAException with a given reason and re-throwable cause.
      Parameters:
      reason - The String object containing the exception message.
      cause - The throwable object related to NonXA Exception