public class AggregateNotFoundException extends RuntimeException
| Constructor and Description | 
|---|
AggregateNotFoundException()
Creates the exception without message nor cause. 
 | 
AggregateNotFoundException(String message)
Creates the exception with an error message. 
 | 
AggregateNotFoundException(String message,
                          Throwable cause)
Creates the exception with an error message and a cause. 
 | 
AggregateNotFoundException(String message,
                          Throwable cause,
                          boolean enableSuppression,
                          boolean writableStackTrace)
Creates the exception with an error message, a cause and specify additional parameters. 
 | 
AggregateNotFoundException(Throwable cause)
Creates the exception with a cause. 
 | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AggregateNotFoundException()
public AggregateNotFoundException(String message)
message - the message.public AggregateNotFoundException(String message, Throwable cause)
message - the message.cause - the cause.public AggregateNotFoundException(Throwable cause)
cause - the cause.public AggregateNotFoundException(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.