Class SaPropertyException

All Implemented Interfaces:
Serializable

public class SaPropertyException extends SaJCRException
Exceptions in JCR Properties; occurs in the following situations:
  • setting document property failed,
  • column/property name does not exist,
  • invalid database definition name specified,
  • improper index element count specified for field type,
  • binary data section (lob) is empty,
  • unsupported property type specified.
  • Author:
    mak
    See Also:
    • Constructor Details

      • SaPropertyException

        public SaPropertyException(String s)
        Constructs SaSetNodeException with the specified message.
        Parameters:
        s - error message
      • SaPropertyException

        public SaPropertyException(String s, Throwable cause)
        Constructs SaSetNodeException with the specified message and nested exception.
        Parameters:
        s - error message
        cause - nested exception