Package com.xero.api
Class XeroRateLimitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.xero.api.XeroException
com.xero.api.XeroRateLimitException
- All Implemented Interfaces:
Serializable
public class XeroRateLimitException extends XeroException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description XeroRateLimitException(int statusCode, String message, Exception e) -
Method Summary
Modifier and Type Method Description StringgetMessage()intgetStatusCode()Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
XeroRateLimitException
-
-
Method Details
-
getStatusCode
public int getStatusCode() -
getMessage
- Overrides:
getMessagein classThrowable
-