Class SchemaNotFoundException

    • Constructor Detail

      • SchemaNotFoundException

        public SchemaNotFoundException​(String message)
        Instantiates a new schema not found exception.
        Parameters:
        message - the message
      • SchemaNotFoundException

        public SchemaNotFoundException​(Throwable cause)
        Instantiates a new schema not found exception.
        Parameters:
        cause - the cause
      • SchemaNotFoundException

        public SchemaNotFoundException​(String message,
                                       Throwable cause)
        Instantiates a new schema not found exception.
        Parameters:
        message - the message
        cause - the cause