Interface CcsExceptionInterface
- All Known Implementing Classes:
CcsAlreadyExistException
,CcsClientGenericException
,CcsDeletedException
,CcsNotAcceptableException
,CcsNotAllowedException
,CcsNotExistException
,CcsOperationException
,CcsServerGenericException
public interface CcsExceptionInterface
-
Method Summary
-
Method Details
-
getModule
Module getModule()Getter for module property -
getStatus
int getStatus()Getter for associated Status (aligned on HTTP status code)
-