Package com.xero.api

Class XeroNotImplementedException

    • Constructor Detail

      • XeroNotImplementedException

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