Class AbstractCisServiceException

    • Constructor Detail

      • AbstractCisServiceException

        public AbstractCisServiceException​(ServiceExceptionDetail errorCode)
        Instantiates a new cis service exception.
        Parameters:
        errorCode - An error code
      • AbstractCisServiceException

        public AbstractCisServiceException​(ServiceExceptionDetail errorCode,
                                           java.lang.Throwable cause)
        Instantiates a new cis service exception.
        Parameters:
        errorCode - an error code
        cause - the root cause
      • AbstractCisServiceException

        public AbstractCisServiceException​(java.util.List<ServiceExceptionDetail> errorCodes)
        Instantiates a new cis service exception.
        Parameters:
        errorCodes - One or more error codes
      • AbstractCisServiceException

        public AbstractCisServiceException​(java.util.List<ServiceExceptionDetail> errorCodes,
                                           java.lang.Throwable cause)
        Instantiates a new cis service exception.
        Parameters:
        errorCodes - One or more error codes
        cause - the root cause
    • Method Detail

      • setService

        public void setService​(com.hybris.cis.api.service.CisService service)
      • getVendorId

        public java.lang.String getVendorId()
      • getServiceId

        public java.lang.String getServiceId()