|
||||||||||
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.gcube.contentmanagement.baselayer.exceptions.BaseLayerException
org.gcube.contentmanagement.baselayer.exceptions.ValueNotValidException
org.gcube.contentmanagement.baselayer.exceptions.DuplicateIDException
public class DuplicateIDException
Indicates that an ID was duplicated, so an object with this ID already existed. The ID that caused the problem is treated as invalid and therefore returned through the inherited methods.
Constructor Summary | |
---|---|
DuplicateIDException(java.lang.String message,
java.lang.String id)
Constructor for a new exception |
Method Summary |
---|
Methods inherited from class org.gcube.contentmanagement.baselayer.exceptions.ValueNotValidException |
---|
getInvalidValue, getInvalidValueName |
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DuplicateIDException(java.lang.String message, java.lang.String id)
message
- the message explaining the exceptionid
- the ID that duplicated
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |