|
||||||||||
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.ObjectNotFoundException
public class ObjectNotFoundException
Exception that indicates that an object has not been found. The ID that caused the problem is treated as invalid and therefore returned through the inherited methods.
Constructor Summary | |
---|---|
ObjectNotFoundException(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 ObjectNotFoundException(java.lang.String message, java.lang.String id)
message
- the message explaining the exceptionid
- the ID that wasn't found
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |