Class SchemaViolationException

    • Constructor Detail

      • SchemaViolationException

        public SchemaViolationException​(String message)
        Instantiates a new schema violation exception.
        Parameters:
        message - the message
      • SchemaViolationException

        public SchemaViolationException​(Throwable cause)
        Instantiates a new schema violation exception.
        Parameters:
        cause - the cause
      • SchemaViolationException

        public SchemaViolationException​(String message,
                                        Throwable cause)
        Instantiates a new schema violation exception.
        Parameters:
        message - the message
        cause - the cause