public class LifecycleActivityException extends Exception
| Constructor and Description |
|---|
LifecycleActivityException(JitterbitActivity.LifecycleOperation operation,
String msg,
Throwable t)
Exception thrown if there is an error during an activity of an operation.
|
| Modifier and Type | Method and Description |
|---|---|
JitterbitActivity.LifecycleOperation |
getOperation()
Returns the operation included in an exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LifecycleActivityException(JitterbitActivity.LifecycleOperation operation, String msg, Throwable t)
operation - the operation that the activity is withinmsg - the description of the errort - a cause for the exceptionpublic JitterbitActivity.LifecycleOperation getOperation()
Copyright © Jitterbit, Inc. Licensed under the Jitterbit Master Subscription Agreement.