|
||||||||||
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.ConflictException
public abstract class ConflictException
An API call failed due to a conflict with the current state of the resource.
Field Summary | |
---|---|
protected static java.lang.String |
RES_ID
RES_ID : String. |
protected static java.lang.String |
RES_NAME
RES_NAME : String. |
Fields inherited from class ccc.api.exceptions.CCException |
---|
MESSAGE |
Constructor Summary | |
---|---|
protected |
ConflictException()
Constructor. |
|
ConflictException(java.lang.String message,
java.util.Map<java.lang.String,java.lang.String> params)
Constructor. |
Method Summary | |
---|---|
java.util.UUID |
getResourceId()
Accessor for the resource. |
java.lang.String |
getResourceName()
Accessor for the resource. |
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 |
Field Detail |
---|
protected static final java.lang.String RES_NAME
protected static final java.lang.String RES_ID
Constructor Detail |
---|
protected ConflictException()
public ConflictException(java.lang.String message, java.util.Map<java.lang.String,java.lang.String> params)
message
- Description of the exception.params
- Further details describing the exception.Method Detail |
---|
public java.util.UUID getResourceId()
public java.lang.String getResourceName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |