Class AccumuloException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.accumulo.core.client.AccumuloException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MutationsRejectedException

public class AccumuloException extends Exception
A generic Accumulo Exception for general accumulo failures.
See Also:
  • Constructor Details

    • 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