Package com.xero.api

Class XeroException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
XeroApiException, XeroAuthenticationException, XeroBadRequestException, XeroConflictException, XeroMethodNotAllowedException, XeroNotFoundException, XeroRateLimitException, XeroServerErrorException

public class XeroException
extends RuntimeException
Base application exception all other Xero exceptions should extend.
See Also:
Serialized Form
  • Constructor Details

    • XeroException

      public XeroException()
    • XeroException

      public XeroException​(Throwable cause)
    • XeroException

      public XeroException​(String message)
    • XeroException

      public XeroException​(String message, Throwable cause)