Class NuoDBXAException

  • All Implemented Interfaces:
    Serializable

    public class NuoDBXAException
    extends XAException
    A wrapper of the XAException class to allow for a constructor that takes both error code and message
    See Also:
    Serialized Form
    • Constructor Detail

      • NuoDBXAException

        public NuoDBXAException​(int errorCode,
                                String message)