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
public class XeroAuthenticationException extends XeroException
Base authentication exception all other Xero authentication exceptions should extend.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description XeroAuthenticationException(String message, Exception e) -
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
-