Class IntegrationAttributeProcessingException

    • Constructor Detail

      • IntegrationAttributeProcessingException

        public IntegrationAttributeProcessingException​(java.lang.String message,
                                                       TypeAttributeDescriptor descriptor)
        Instantiates this exception
        Parameters:
        message - a message to be used for this exception. If this message contains format parameter placeholders, e.g. "%s", then the message will be used as a template and the placeholders will be replaced in this order: attributeName, ioItemCode
        descriptor - descriptor of the attribute, for which the exception is thrown.
      • IntegrationAttributeProcessingException

        public IntegrationAttributeProcessingException​(java.lang.String message,
                                                       TypeAttributeDescriptor descriptor,
                                                       java.lang.Throwable cause)
        Instantiates this exception
        Parameters:
        message - a message to be used for this exception. If this message contains format parameter placeholders, e.g. "%s", then the message will be used as a template and the placeholders will be replaced in this order: attributeName, ioItemCode
        descriptor - descriptor of the attribute, for which the exception is thrown.
        cause - an intercepted exception that caused this exception to be thrown