Class ServicePreconditionFailedException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    InvalidOrMissingFieldException

    public class ServicePreconditionFailedException
    extends AbstractCisClientException
    A precondition failed which prevented it from fulfilling the request. This client exception is thrown if this condition prevents us from calling the 3rd party service.
    See Also:
    Serialized Form
    • Constructor Detail

      • ServicePreconditionFailedException

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

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

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

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