|
||||||||||
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.InvalidException
ccc.api.exceptions.CycleDetectedException
public class CycleDetectedException
This exception indicates that a cycle was detected where a resource refers to itself, either directly or indirectly.
Examples would be an alias whose target points to itself or a folder that contains itself.
Field Summary |
---|
Fields inherited from class ccc.api.exceptions.InvalidException |
---|
RESOLUTION, RESOURCE |
Fields inherited from class ccc.api.exceptions.CCException |
---|
MESSAGE |
Constructor Summary | |
---|---|
CycleDetectedException()
Constructor. |
|
CycleDetectedException(java.util.UUID resource)
Constructor. |
Method Summary |
---|
Methods inherited from class ccc.api.exceptions.InvalidException |
---|
getResource, setResolution |
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 CycleDetectedException()
public CycleDetectedException(java.util.UUID resource)
resource
- The resource for which a cycle was detected.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |