Package com.xero.api

Class XeroForbiddenException

    • Constructor Detail

      • XeroForbiddenException

        public XeroForbiddenException​(int statusCode,
                                      String message,
                                      Exception e)
        XeroForbiddenException
        Parameters:
        statusCode - Integer the server status code returned.
        message - String with details about the exception
        e - Exception object with details about the original exception
    • Method Detail

      • getStatusCode

        public int getStatusCode()
        get status code
        Returns:
        statusCode