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:
    Serialized Form
    • Constructor Detail

      • PGXAException

        public PGXAException​(String message,
                             int errorCode)
      • PGXAException

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

        public PGXAException​(Throwable cause,
                             int errorCode)