|
|||||||||
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 java.lang.RuntimeException com.splunk.SplunkException
public class SplunkException
Thrown for Splunk responses that return an error status code.
Field Summary | |
---|---|
static int |
AMBIGUOUS
|
static int |
INTERRUPTED
|
static int |
JOB_NOTREADY
|
static int |
TIMEOUT
|
Method Summary | |
---|---|
int |
getCode()
|
java.lang.String |
getText()
|
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 |
Field Detail |
---|
public static final int JOB_NOTREADY
public static final int TIMEOUT
public static final int AMBIGUOUS
public static final int INTERRUPTED
Method Detail |
---|
public int getCode()
public java.lang.String getText()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |