Class RetryUpdateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.outboundsync.retry.RetryUpdateException
- All Implemented Interfaces:
Serializable
Indicates a problem updating or deleting a
OutboundSyncRetryModel- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor for the exception -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RetryUpdateException
Constructor for the exception- Parameters:
retry- -OutboundSyncRetryModelthat could not be updated
-
-
Method Details
-
getRetry
-