public class AggregateEntityNotFoundException
extends org.axonframework.common.AxonNonTransientException
| Constructor and Description |
|---|
AggregateEntityNotFoundException(String message)
Initialize a
AggregateEntityNotFoundException with given message. |
AggregateEntityNotFoundException(String message,
Throwable cause)
Initialize a
AggregateEntityNotFoundException with given message and cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AggregateEntityNotFoundException(String message)
AggregateEntityNotFoundException with given message.message - The message describing the cause of the exceptionCopyright © 2010–2024. All rights reserved.