Package com.xero.api

Class XeroException

java.lang.Object
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
XeroApiException, XeroAuthenticationException, XeroBadRequestException, XeroConflictException, XeroMethodNotAllowedException, XeroNotAvailableException, XeroNotFoundException, XeroNotImplementedException, XeroRateLimitException, XeroServerErrorException

public class XeroException extends RuntimeException
Base application exception all other Xero exceptions should extend.
See Also: