public class ObjectNotUniqueError extends java.lang.RuntimeException
This exception is thrown when an attempt to create a keyed object with non-unique key values occurs.
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID
Serialization version.
|
Constructor and Description |
---|
ObjectNotUniqueError()
Creates an ObjectNotUnique exception.
|
ObjectNotUniqueError(java.lang.String message)
Creates an ObjectNotUnique exception.
|
public static final long serialVersionUID
public ObjectNotUniqueError()
public ObjectNotUniqueError(java.lang.String message)
message
- String to include in the exception.