|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.apache.accumulo.core.client.AccumuloException
public class AccumuloException
A generic Accumulo Exception for general accumulo failures.
Constructor Summary | |
---|---|
AccumuloException(java.lang.String why)
|
|
AccumuloException(java.lang.String why,
java.lang.Throwable cause)
|
|
AccumuloException(java.lang.Throwable cause)
|
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AccumuloException(java.lang.String why)
why
- is the reason for the error being thrownpublic AccumuloException(java.lang.Throwable cause)
cause
- is the exception that this exception wrapspublic AccumuloException(java.lang.String why, java.lang.Throwable cause)
why
- is the reason for the error being throwncause
- is the exception that this exception wraps
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |