Class SaRMIPropertyException

All Implemented Interfaces:
Serializable

public class SaRMIPropertyException extends SaRMIBaseException
Property exceptions are raised when the following situations occur:
  • setting document property failed,
  • column/property name does not exist,
  • invalid database definition name specified,
  • inappropriate index element count specified for field type,
  • binary data section (lob) is empty,
  • unsupported property type specified.
  • Author:
    lav
    See Also:
    • Constructor Details

      • SaRMIPropertyException

        public SaRMIPropertyException()
        constructs SaRMIPropertyException.
      • SaRMIPropertyException

        public SaRMIPropertyException(String s)
        constructs SaRMIPropertyException with the error message.
        Parameters:
        s - error message
      • SaRMIPropertyException

        public SaRMIPropertyException(String s, Throwable cause)
        constructs SaRMIPropertyException with the error message and nested exception.
        Parameters:
        s - error message
        cause - nested exception