org.apache.accumulo.core.client
Class AccumuloException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.accumulo.core.client.AccumuloException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AccumuloServerException, LocalityGroupUtil.LocalityGroupConfigurationError, MutationsRejectedException
public class AccumuloException
- extends Exception
A generic Accumulo Exception for general accumulo failures.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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 throwncause
- is the exception that this exception wraps
Copyright © 2013 Apache Accumulo Project. All Rights Reserved.