public class AggregateStreamCreationException extends AxonException
Constructor and Description |
---|
AggregateStreamCreationException(String message)
Initialize the exception with the given
message . |
AggregateStreamCreationException(String message,
Throwable cause)
Initialize the exception with the given
message and cause |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AggregateStreamCreationException(String message)
message
.message
- a detailed message of the cause of the exceptionCopyright © 2010–2022. All rights reserved.