@InterfaceAudience.Public @InterfaceStability.Evolving public abstract class KuduException extends IOException
KuduSession
instead of
AsyncKuduSession
.
Each instance of this class has a Status
which gives more information about the error.Modifier and Type | Class and Description |
---|---|
static class |
KuduException.OriginalException
When exceptions are thrown by the asynchronous Kudu client, the stack trace is
typically deep within the internals of the Kudu client and/or Netty.
|
Modifier and Type | Method and Description |
---|---|
Status |
getStatus()
Get the Status object for this exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public Status getStatus()
Copyright © 2018 The Apache Software Foundation. All rights reserved.