Class AbstractCisClientException

    • Constructor Detail

      • AbstractCisClientException

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

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

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

        public AbstractCisClientException​(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