public class AggregateExistsException extends RuntimeException
Constructor and Description |
---|
AggregateExistsException()
Creates the exception without message nor cause.
|
AggregateExistsException(String message)
Creates the exception with an error message.
|
AggregateExistsException(String message,
Throwable cause)
Creates the exception with an error message and a cause.
|
AggregateExistsException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Creates the exception with an error message, a cause and specify additional parameters.
|
AggregateExistsException(Throwable cause)
Creates the exception with a cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AggregateExistsException()
public AggregateExistsException(String message)
message
- the message.public AggregateExistsException(String message, Throwable cause)
message
- the message.cause
- the cause.public AggregateExistsException(Throwable cause)
cause
- the cause.public AggregateExistsException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
message
- the message.cause
- the cause.enableSuppression
- whether or not suppression is enabled or disabledwritableStackTrace
- whether or not the stack trace should be writableCopyright © 2013-2018–2019 SeedStack. All rights reserved.