Package com.xero.api
Class XeroNotAvailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.xero.api.XeroException
com.xero.api.XeroNotAvailableException
-
Constructor Summary
ConstructorsConstructorDescriptionXeroNotAvailableException(int statusCode, String message, Exception e) XeroNotAvailableException -
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
-
XeroNotAvailableException
-
-
Method Details
-
getStatusCode
public int getStatusCode()get status code- Returns:
- statusCode
-
getMessage
-