Package com.xero.api
Class XeroServerErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.xero.api.XeroException
com.xero.api.XeroServerErrorException
- All Implemented Interfaces:
Serializable
public class XeroServerErrorException extends XeroException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description XeroServerErrorException(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
-
XeroServerErrorException
-
-
Method Details
-
getStatusCode
public int getStatusCode() -
getMessage
- Overrides:
getMessagein classThrowable
-