@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 | Method and Description |
|---|---|
Status |
getStatus()
Get the Status object for this exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic Status getStatus()
Copyright © 2016 The Apache Software Foundation. All rights reserved.