public class AggregateEntityNotFoundException extends 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 . |
isCauseOf
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AggregateEntityNotFoundException(String message)
message
.message
- The message describing the cause of the exceptionCopyright © 2010–2018. All rights reserved.