org.cumulus4j.store
Class WorkInProgressException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.cumulus4j.store.Cumulus4jException
org.cumulus4j.store.WorkInProgressException
- All Implemented Interfaces:
- Serializable
public class WorkInProgressException
- extends Cumulus4jException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
WorkInProgressException
public WorkInProgressException(ProgressInfo progressInfo)
- Create an instance.
- Parameters:
progressInfo
- the ProgressInfo
. Must not be null
.
nonNullProgressInfo
protected static ProgressInfo nonNullProgressInfo(ProgressInfo progressInfo)
getProgressInfo
public ProgressInfo getProgressInfo()
- Get the
ProgressInfo
.
- Returns:
- the
ProgressInfo
. Never null
.
Copyright © 2013 NightLabs Consulting GmbH. All Rights Reserved.