Package com.xero.api

Class XeroApiException

All Implemented Interfaces:
Serializable

public class XeroApiException
extends XeroException
See Also:
Serialized Form
  • Constructor Details

    • XeroApiException

      public XeroApiException​(int responseCode)
    • XeroApiException

      public XeroApiException​(int responseCode, String message, Exception e)
    • XeroApiException

      public XeroApiException​(int responseCode, Map<String,​String> map)
    • XeroApiException

      public XeroApiException​(int responseCode, Error error, Exception e)
    • XeroApiException

      public XeroApiException​(int responseCode, String message, Error error, Exception e)
  • Method Details