Package com.xero.api
Class XeroForbiddenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.xero.api.XeroException
com.xero.api.XeroAuthenticationException
com.xero.api.XeroForbiddenException
-
Constructor Summary
ConstructorsConstructorDescriptionXeroForbiddenException(int statusCode, String message, Exception e) XeroForbiddenException -
Method Summary
Modifier and TypeMethodDescriptionget messageintget status codeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
XeroForbiddenException
-
-
Method Details
-
getStatusCode
public int getStatusCode()get status code- Returns:
- statusCode
-
getMessage
-