Class PricingException

    • Constructor Detail

      • PricingException

        public PricingException​(String message)
        Creates an instance based on a message.
        Parameters:
        message - the message, null tolerant
      • PricingException

        public PricingException​(String message,
                                Throwable cause)
        Creates an instance based on a message and cause.
        Parameters:
        message - the message, null tolerant
        cause - the cause, null tolerant