public class ActivityExecutionException extends Exception
Constructor and Description |
---|
ActivityExecutionException(String errorCode,
String msg)
Exception thrown if there is an error during the execution of an activity.
|
ActivityExecutionException(String errorCode,
String msg,
Throwable t)
Exception thrown if there is an error during the execution of an activity.
|
Modifier and Type | Method and Description |
---|---|
String |
getErrorCode()
Returns the code of the error.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ActivityExecutionException(String errorCode, String msg, Throwable t)
errorCode
- the error code for the exceptionmsg
- the description of the errort
- a cause for the exceptionpublic String getErrorCode()
Copyright © Jitterbit, Inc. Licensed under the Jitterbit Master Subscription Agreement.