|
||||||||||
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.oozie.client.OozieClientException
public class OozieClientException
Exception thrown by the OozieClient
.
Field Summary | |
---|---|
static String |
AUTHENTICATION
|
static String |
INVALID_FILTER
|
static String |
INVALID_INPUT
|
static String |
IO_ERROR
|
static String |
OTHER
|
static String |
UNSUPPORTED_VERSION
|
Constructor Summary | |
---|---|
OozieClientException(String errorCode,
String message)
Create an exception. |
|
OozieClientException(String errorCode,
String message,
Throwable cause)
Create an exception with a cause. |
|
OozieClientException(String errorCode,
Throwable cause)
Create an exception with a cause. |
Method Summary | |
---|---|
String |
getErrorCode()
Return the exception error code. |
String |
toString()
Return the string representatio of the exception. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String UNSUPPORTED_VERSION
public static final String IO_ERROR
public static final String INVALID_FILTER
public static final String INVALID_INPUT
public static final String OTHER
public static final String AUTHENTICATION
Constructor Detail |
---|
public OozieClientException(String errorCode, String message)
errorCode
- error code.message
- error message.public OozieClientException(String errorCode, Throwable cause)
errorCode
- error code.cause
- exception cause.public OozieClientException(String errorCode, String message, Throwable cause)
errorCode
- error code.message
- error message.cause
- exception cause.Method Detail |
---|
public String getErrorCode()
public String toString()
toString
in class Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |