public class IncompatibleAggregateException extends AxonNonTransientException
GenericAggregateFactory
.Constructor and Description |
---|
IncompatibleAggregateException(String message)
Initialize the exception with given
message . |
IncompatibleAggregateException(String message,
Exception cause)
Initialize the exception with given
message and cause . |
isCauseOf
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IncompatibleAggregateException(String message, Exception cause)
message
and cause
.message
- Message describing the reason the aggregate is not compatiblecause
- The causepublic IncompatibleAggregateException(String message)
message
.message
- Message describing the reason the aggregate is not compatibleCopyright © 2010–2022. All rights reserved.