Class AccumuloException

    • Constructor Detail

      • AccumuloException

        public AccumuloException​(String why)
        Parameters:
        why - is the reason for the error being thrown
      • AccumuloException

        public AccumuloException​(Throwable cause)
        Parameters:
        cause - is the exception that this exception wraps
      • AccumuloException

        public AccumuloException​(String why,
                                 Throwable cause)
        Parameters:
        why - is the reason for the error being thrown
        cause - is the exception that this exception wraps