Class UnknownColumnException

    • Constructor Detail

      • UnknownColumnException

        public UnknownColumnException()
        Instantiates a new unknown column exception.
      • UnknownColumnException

        public UnknownColumnException​(String message)
        Instantiates a new unknown column exception.
        Parameters:
        message - the message
      • UnknownColumnException

        public UnknownColumnException​(String message,
                                      Throwable throwable)
        Instantiates a new unknown column exception.
        Parameters:
        message - the message
        throwable - the throwable
      • UnknownColumnException

        public UnknownColumnException​(Throwable throwable)
        Instantiates a new unknown column exception.
        Parameters:
        throwable - the throwable