Class MinFraudException

    • Constructor Detail

      • MinFraudException

        public MinFraudException​(String message)
        Parameters:
        message - A message explaining the cause of the error.
      • MinFraudException

        public MinFraudException​(String message,
                                 Throwable e)
        Parameters:
        message - A message explaining the cause of the error.
        e - The cause of the exception.