Package com.saperion.exception
Class SaPropertyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.saperion.exception.SaBasicException
-
- com.saperion.exception.SaJCRException
-
- com.saperion.exception.SaPropertyException
-
- All Implemented Interfaces:
java.io.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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SaPropertyException(java.lang.String s)
ConstructsSaSetNodeException
with the specified message.SaPropertyException(java.lang.String s, java.lang.Throwable cause)
ConstructsSaSetNodeException
with the specified message and nested exception.
-
-
-
Constructor Detail
-
SaPropertyException
public SaPropertyException(java.lang.String s)
ConstructsSaSetNodeException
with the specified message.- Parameters:
s
- error message
-
SaPropertyException
public SaPropertyException(java.lang.String s, java.lang.Throwable cause)
ConstructsSaSetNodeException
with the specified message and nested exception.- Parameters:
s
- error messagecause
- nested exception
-
-