Cumulus4j API
(1.2.0-SNAPSHOT)

org.cumulus4j.store
Class WorkInProgressException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.cumulus4j.store.Cumulus4jException
                  extended by org.cumulus4j.store.WorkInProgressException
All Implemented Interfaces:
Serializable

public class WorkInProgressException
extends Cumulus4jException

See Also:
Serialized Form

Constructor Summary
WorkInProgressException(ProgressInfo progressInfo)
          Create an instance.
 
Method Summary
 ProgressInfo getProgressInfo()
          Get the ProgressInfo.
protected static ProgressInfo nonNullProgressInfo(ProgressInfo progressInfo)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WorkInProgressException

public WorkInProgressException(ProgressInfo progressInfo)
Create an instance.

Parameters:
progressInfo - the ProgressInfo. Must not be null.
Method Detail

nonNullProgressInfo

protected static ProgressInfo nonNullProgressInfo(ProgressInfo progressInfo)

getProgressInfo

public ProgressInfo getProgressInfo()
Get the ProgressInfo.

Returns:
the ProgressInfo. Never null.

Cumulus4j API
(1.2.0-SNAPSHOT)

Copyright © 2013 NightLabs Consulting GmbH. All Rights Reserved.