Class DomainError

    • Constructor Detail

      • DomainError

        public DomainError​(String msg)
        Directly caused error.
        Parameters:
        msg - error message.
      • DomainError

        public DomainError​(String msg,
                           Throwable cause)
        Indirectly caused error.
        Parameters:
        msg - error message.
        cause - the cause of this error.