Interface CcsExceptionInterface

All Known Implementing Classes:
CcsAlreadyExistException, CcsClientGenericException, CcsDeletedException, CcsNotAcceptableException, CcsNotAllowedException, CcsNotExistException, CcsOperationException, CcsServerGenericException

public interface CcsExceptionInterface
  • Method Summary

    Modifier and Type
    Method
    Description
    Getter for module property
    int
    Getter for associated Status (aligned on HTTP status code)
  • Method Details

    • getModule

      Module getModule()
      Getter for module property
    • getStatus

      int getStatus()
      Getter for associated Status (aligned on HTTP status code)