public class DuplicateValueNotAllowedException
extends java.lang.RuntimeException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
The serial version UUID
|
| Constructor and Description |
|---|
DuplicateValueNotAllowedException()
Creates a new instance of DuplicateValueNotAllowedException.
|
DuplicateValueNotAllowedException(java.lang.String explanation)
Creates a new instance of DuplicateValueNotAllowedException.
|
DuplicateValueNotAllowedException(java.lang.String explanation,
java.lang.Throwable cause)
Creates a new instance of DuplicateValueNotAllowedException.
|
DuplicateValueNotAllowedException(java.lang.Throwable cause)
Creates a new instance of DuplicateValueNotAllowedException.
|
private static final long serialVersionUID
public DuplicateValueNotAllowedException()
public DuplicateValueNotAllowedException(java.lang.String explanation)
explanation - The message associated with the exceptionpublic DuplicateValueNotAllowedException(java.lang.Throwable cause)
public DuplicateValueNotAllowedException(java.lang.String explanation,
java.lang.Throwable cause)
explanation - The message associated with the exceptioncause - The root cause for this exception