uk.org.ogsadai.client.toolkit.exception
Class RequestExecutionException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--uk.org.ogsadai.exception.DAIException
|
+--uk.org.ogsadai.client.toolkit.exception.RequestException
|
+--uk.org.ogsadai.client.toolkit.exception.RequestExecutionException
- All Implemented Interfaces:
- DAIExceptionInformation, java.io.Serializable
- public class RequestExecutionException
- extends RequestException
The request failed because one or more activities failed.
Associated with error code:
uk.org.ogsadai.CTK_REQUEST_EXECUTION_ERROR.
- Author:
- The OGSA-DAI Project Team
- See Also:
- Serialized Form
Field Summary |
private static java.lang.String |
COPYRIGHT_NOTICE
Copyright statement |
private java.lang.String |
mResponseDocument
Response document containing status of all activities. |
Fields inherited from class uk.org.ogsadai.exception.DAIException |
|
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Method Summary |
java.lang.String |
getResponseDocument()
Return the response document containing the status of all activities. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
COPYRIGHT_NOTICE
private static final java.lang.String COPYRIGHT_NOTICE
- Copyright statement
- See Also:
- Constant Field Values
mResponseDocument
private java.lang.String mResponseDocument
- Response document containing status of all activities.
RequestExecutionException
public RequestExecutionException(java.lang.String responseDocument)
- Constructor.
- Parameters:
responseDocument
- Response document containing status of all activities.
getResponseDocument
public java.lang.String getResponseDocument()
- Return the response document containing the status of all activities.
- Returns:
- response document as string