Package com.xero.api

Class XeroNotAvailableException

    • Constructor Detail

      • XeroNotAvailableException

        public XeroNotAvailableException​(int statusCode,
                                         String message,
                                         Exception e)
        XeroNotAvailableException
        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