CatchUpAlreadyStartedException

An exception telling that the projection catch-up cannot be started, since some of the requested entities are already catching up.

Inherited properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
public String getMessage()
Link copied to clipboard
public TypeUrl projectionStateType()
Returns the type URL of the projection for which the catch-up was requested.
Link copied to clipboard
public ImmutableSet<Object> requestedIds()
Returns the IDs of the targets which were asked to catch up.

Inherited functions

Link copied to clipboard
public final synchronized void addSuppressed(Throwable exception)
Link copied to clipboard
public synchronized Throwable fillInStackTrace()
Link copied to clipboard
public synchronized Throwable getCause()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
public final synchronized Array<Throwable> getSuppressed()
Link copied to clipboard
public synchronized Throwable initCause(Throwable cause)
Link copied to clipboard
public void printStackTrace()
Link copied to clipboard
public void setStackTrace(Array<StackTraceElement> stackTrace)
Link copied to clipboard
public String toString()