public class AlreadyExistingIdException extends RuntimeException
Id
is already defined in a datastore.Constructor and Description |
---|
AlreadyExistingIdException()
Constructs an
AlreadyExistingIdException with null as its error detail message. |
AlreadyExistingIdException(String message)
Constructs an
AlreadyExistingIdException with the specified detail message . |
AlreadyExistingIdException(String message,
Throwable cause)
Constructs an
AlreadyExistingIdException with the specified detail message and cause . |
AlreadyExistingIdException(Throwable cause)
Constructs an
AlreadyExistingIdException with the specified cause and its detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AlreadyExistingIdException()
AlreadyExistingIdException
with null
as its error detail message.public AlreadyExistingIdException(String message)
AlreadyExistingIdException
with the specified detail message
.message
- the detail message (which is saved for later retrieval by the Throwable.getMessage()
method)public AlreadyExistingIdException(Throwable cause)
AlreadyExistingIdException
with the specified cause
and its detail message.cause
- the cause (which is saved for later retrieval by the Throwable.getCause()
method). (A null
value is permitted, and indicates that the cause is nonexistent or unknown.)public AlreadyExistingIdException(String message, Throwable cause)
AlreadyExistingIdException
with the specified detail message
and cause
.
The detail message associated with cause is not automatically incorporated into this exception's detail message.
message
- the detail message (which is saved for later retrieval by the Throwable.getMessage()
method)cause
- the cause (which is saved for later retrieval by the Throwable.getCause()
method). (A null
value is permitted, and indicates that the cause is nonexistent or unknown.)Copyright © 2013–2017 Atlanmod INRIA LINA Mines Nantes. All rights reserved.