Package com.xero.api
Class XeroAuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.xero.api.XeroException
com.xero.api.XeroAuthenticationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
XeroForbiddenException,XeroUnauthorizedException
Base authentication exception all other Xero authentication exceptions should extend.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionXeroAuthenticationException(String message, Exception e) Xero Authentication 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
-
XeroAuthenticationException
-