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,XeroNotFoundException,XeroRateLimitException,XeroServerErrorException
public class XeroException extends RuntimeException
Base application exception all other Xero exceptions should extend.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description XeroException()XeroException(String message)XeroException(String message, Throwable cause)XeroException(Throwable cause) -
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() -
XeroException
-
XeroException
-
XeroException
-