com.splunk
Class SplunkException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.splunk.SplunkException
All Implemented Interfaces:
java.io.Serializable

public class SplunkException
extends java.lang.RuntimeException

See Also:
Serialized Form

Field Summary
static int AMBIGUOUS
           
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

JOB_NOTREADY

public static int JOB_NOTREADY

TIMEOUT

public static int TIMEOUT

AMBIGUOUS

public static int AMBIGUOUS
Method Detail

getCode

public int getCode()

getText

public java.lang.String getText()