Class VirtualAttributeConfigurationException

All Implemented Interfaces:
Serializable

public class VirtualAttributeConfigurationException extends IntegrationAttributeException
Indicates a problem related to a virtual attribute configuration. Such exceptions indicate persistent problems with retrieving/providing a specific virtual attribute values regardless of the specific context ItemModel or other changing factors, e.g. time of execution, permissions, etc. The problem is consistent and can be resolved only by changing the virtual attribute definition or descriptor.
See Also:
  • Constructor Details

    • VirtualAttributeConfigurationException

      public VirtualAttributeConfigurationException(LogicExecutorContext c, RuntimeException e)
      Instantiates this exception with the provided context.
      Parameters:
      c - context for the virtual attribute, that is mis-configured or became invalid over time.
      e - another exception related to the logic location, that caused this exception to be thrown.
    • VirtualAttributeConfigurationException

      public VirtualAttributeConfigurationException(VirtualTypeAttributeDescriptor descriptor)
      Instantiates this exception with the provided descriptor
      Parameters:
      descriptor - descriptor for virtual attribute that is mis-configured.
    • VirtualAttributeConfigurationException

      public VirtualAttributeConfigurationException(LogicExecutorContext ctx, String info)
      Instantiates this exception with the provided context and additional information.
      Parameters:
      ctx - context for the virtual attribute, that is mis-configured or became invalid over time.
      info - additional information about the failure that is sensitive to be included in the message.
  • Method Details