Class PGXAException

All Implemented Interfaces:
Serializable

public class PGXAException extends XAException
A convenience subclass of XAException which makes it easy to create an instance of XAException with a human-readable message, a Throwable cause, and an XA error code.
See Also:
  • Constructor Details

    • PGXAException

      PGXAException(String message, int errorCode)
    • PGXAException

      PGXAException(String message, Throwable cause, int errorCode)
    • PGXAException

      PGXAException(Throwable cause, int errorCode)