Class ServiceRequestException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ServiceRequestException
    extends AbstractCisClientException
    The 3rd party returned an error due to invalid or missing arguments.
    See Also:
    Serialized Form
    • Constructor Detail

      • ServiceRequestException

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

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

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

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