public class EntityExistsException extends PersistenceException
Constructor and Description |
---|
EntityExistsException()
Constructs a new EntityExistsException exception with null as its detail message.
|
EntityExistsException(String message)
Constructs a new EntityExistsException exception with the specified detail message.
|
EntityExistsException(String message,
Throwable cause)
Constructs a new EntityExistsException exception with the specified detail message and cause.
|
EntityExistsException(Throwable cause)
Constructs a new EntityExistsException exception with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public EntityExistsException()
public EntityExistsException(Throwable cause)
cause
- the causepublic EntityExistsException(String message)
message
- the detail message.