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