Class ServiceObjectPropertyException

    • Constructor Detail

      • ServiceObjectPropertyException

        public ServiceObjectPropertyException​(PropertyDefinitionBase propertyDefinition)
        ServiceObjectPropertyException constructor.
        Parameters:
        propertyDefinition - The definition of the property that is at the origin of the exception.
      • ServiceObjectPropertyException

        public ServiceObjectPropertyException​(String message,
                                              PropertyDefinitionBase propertyDefinition)
        ServiceObjectPropertyException constructor.
        Parameters:
        message - Error message text.
        propertyDefinition - The definition of the property that is at the origin of the exception.
      • ServiceObjectPropertyException

        public ServiceObjectPropertyException​(String message,
                                              PropertyDefinitionBase propertyDefinition,
                                              Exception innerException)
        ServiceObjectPropertyException constructor.
        Parameters:
        message - Error message text.
        propertyDefinition - The definition of the property that is at the origin of the exception.
        innerException - the inner exception