Class LoweringException

    • Constructor Detail

      • LoweringException

        public LoweringException​(String message)
        Creates the exception with a message.
        Parameters:
        message - the failure description
      • LoweringException

        public LoweringException​(String message,
                                 Throwable cause)
        Creates the exception with a message and cause.
        Parameters:
        message - the failure description
        cause - the underlying failure