|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gisgraphy.domain.repository.exception.DuplicateNameException
public class DuplicateNameException
Exception is throws when a GisFeature of the same name already exists The constraint is not in the database because, it depends of the Class of the gisFeature. e.g : Country can not have duplicate name
| Constructor Summary | |
|---|---|
DuplicateNameException()
Default constructor |
|
DuplicateNameException(String message)
Constructor |
|
DuplicateNameException(String message,
Throwable cause)
Constructor |
|
DuplicateNameException(Throwable cause)
Constructor |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, 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 DuplicateNameException()
public DuplicateNameException(String message,
Throwable cause)
message - The messagecause - The causepublic DuplicateNameException(String message)
message - The messagepublic DuplicateNameException(Throwable cause)
cause - The cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||