|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.commons.mapper.MapperException
org.apache.commons.mapper.UniqueFieldAlreadyExistsException
public class UniqueFieldAlreadyExistsException
Indicates that a record was unable to be created in the datastore because a unique field would have duplicates. This could be a primary key or unique constraint in a database.
| Constructor Summary | |
|---|---|
UniqueFieldAlreadyExistsException()
Constructor for UniqueFieldAlreadyExistsException. |
|
UniqueFieldAlreadyExistsException(String description)
Constructor for UniqueFieldAlreadyExistsException. |
|
UniqueFieldAlreadyExistsException(String description,
Throwable cause)
Constructor for UniqueFieldAlreadyExistsException. |
|
UniqueFieldAlreadyExistsException(Throwable cause)
Constructor for UniqueFieldAlreadyExistsException. |
|
| Method Summary |
|---|
| Methods inherited from class org.apache.commons.mapper.MapperException |
|---|
getCause |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UniqueFieldAlreadyExistsException()
public UniqueFieldAlreadyExistsException(String description)
description -
public UniqueFieldAlreadyExistsException(String description,
Throwable cause)
description - cause - public UniqueFieldAlreadyExistsException(Throwable cause)
cause -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||