Class ReferenceException

All Implemented Interfaces:
Serializable

public class ReferenceException extends ApiException
Represents an error response from the payment platform when a non-existing or removed object is trying to be accessed.
See Also:
  • Constructor Details

    • ReferenceException

      public ReferenceException(int statusCode, String responseBody, String errorId, List<APIError> errors)
    • ReferenceException

      public ReferenceException(String message, int statusCode, String responseBody, String errorId, List<APIError> errors)