|
||||||||||
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
ccc.api.exceptions.CCException
ccc.api.exceptions.EntityNotFoundException
public class EntityNotFoundException
Exception indicating that the look up of an entity failed.
Field Summary |
---|
Fields inherited from class ccc.api.exceptions.CCException |
---|
MESSAGE |
Constructor Summary | |
---|---|
EntityNotFoundException()
Constructor. |
|
EntityNotFoundException(java.util.UUID entity)
Constructor. |
Method Summary | |
---|---|
java.util.UUID |
getId()
Accessor. |
Methods inherited from class ccc.api.exceptions.CCException |
---|
addParam, getFailure, getMessage, getParam, setId, setParams |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, 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 EntityNotFoundException()
public EntityNotFoundException(java.util.UUID entity)
entity
- The entity's id.Method Detail |
---|
public java.util.UUID getId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |