Class RetryUpdateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.outboundsync.retry.RetryUpdateException
-
- All Implemented Interfaces:
java.io.Serializable
public class RetryUpdateException extends java.lang.RuntimeExceptionIndicates a problem updating or deleting aOutboundSyncRetryModel- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RetryUpdateException(OutboundSyncRetryModel retry)Constructor for the exception
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OutboundSyncRetryModelgetRetry()
-
-
-
Constructor Detail
-
RetryUpdateException
public RetryUpdateException(OutboundSyncRetryModel retry)
Constructor for the exception- Parameters:
retry- -OutboundSyncRetryModelthat could not be updated
-
-
Method Detail
-
getRetry
public OutboundSyncRetryModel getRetry()
-
-