Class ProcessExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gooddata.sdk.common.GoodDataException
com.gooddata.sdk.service.dataload.processes.ProcessExecutionException
- All Implemented Interfaces:
Serializable
public class ProcessExecutionException
extends com.gooddata.sdk.common.GoodDataException
Represents failure during process execution
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionProcessExecutionException(String message) ProcessExecutionException(String message, ProcessExecutionDetail executionDetail) ProcessExecutionException(String message, ProcessExecutionDetail executionDetail, Throwable cause) ProcessExecutionException(String message, Throwable cause) ProcessExecutionException(String message, Throwable cause, String executionDetailUri) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProcessExecutionException
-
ProcessExecutionException
-
ProcessExecutionException
-
ProcessExecutionException
-
ProcessExecutionException
public ProcessExecutionException(String message, ProcessExecutionDetail executionDetail, Throwable cause)
-
-
Method Details
-
getExecutionDetail
-
getExecutionDetailUri
-