Class AbstractServiceErrorException

    • Constructor Detail

      • AbstractServiceErrorException

        public AbstractServiceErrorException​(java.lang.String errorMsg)
        Instantiates a new cis service exception with an UnknownServiceExceptionDetail.
        Parameters:
        errorMsg - The error message
      • AbstractServiceErrorException

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

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

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

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