Class MyBatisXAException

All Implemented Interfaces:
Serializable

public class MyBatisXAException extends XAException
See Also:
  • Constructor Details

    • MyBatisXAException

      public MyBatisXAException(String message, int errorCode)
      Instantiates a new my batis XA exception.
      Parameters:
      message - the message
      errorCode - the error code
    • MyBatisXAException

      public MyBatisXAException(String message, int errorCode, Throwable t)
      Instantiates a new my batis XA exception.
      Parameters:
      message - the message
      errorCode - the error code
      t - the t