Class CompletedEmitterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.axonframework.common.AxonException
org.axonframework.common.AxonNonTransientException
org.axonframework.messaging.queryhandling.CompletedEmitterException
- All Implemented Interfaces:
Serializable
Exception indicating that
QueryUpdateEmitter is completed, thus cannot be used to emit messages and report
errors.- Since:
- 3.3
- Author:
- Milan Savic
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCompletedEmitterException(String message) Initializes the exception with givenmessage. -
Method Summary
Methods inherited from class org.axonframework.common.AxonNonTransientException
isCauseOfMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CompletedEmitterException
Initializes the exception with givenmessage.- Parameters:
message- the message
-