Package com.xero.api

Class XeroException

    • Constructor Detail

      • XeroException

        public XeroException()
        Init Xero Exception
      • XeroException

        public XeroException​(Throwable cause)
        Init Xero Exception
        Parameters:
        cause - Throwable reason for exception
      • XeroException

        public XeroException​(String message)
        Init Xero Exception
        Parameters:
        message - String details about the exception
      • XeroException

        public XeroException​(String message,
                             Throwable cause)
        Init Xero Exception
        Parameters:
        cause - Throwable reason for exception
        message - String details about the exception