Package com.xero.api
Class XeroException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.xero.api.XeroException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
XeroApiException,XeroAuthenticationException,XeroBadRequestException,XeroConflictException,XeroMethodNotAllowedException,XeroNotAvailableException,XeroNotFoundException,XeroNotImplementedException,XeroRateLimitException,XeroServerErrorException
Base application exception all other Xero exceptions should extend.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInit Xero ExceptionXeroException(String message) Init Xero ExceptionXeroException(String message, Throwable cause) Init Xero ExceptionXeroException(Throwable cause) Init Xero Exception -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
XeroException
public XeroException()Init Xero Exception -
XeroException
Init Xero Exception- Parameters:
cause- Throwable reason for exception
-
XeroException
Init Xero Exception- Parameters:
message- String details about the exception
-
XeroException
-