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:
Serializable
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 Summary
ConstructorsConstructorDescriptionConstructsSaSetNodeExceptionwith the specified message.SaPropertyException(String s, Throwable cause) ConstructsSaSetNodeExceptionwith the specified message and nested exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SaPropertyException
ConstructsSaSetNodeExceptionwith the specified message.- Parameters:
s- error message
-
SaPropertyException
ConstructsSaSetNodeExceptionwith the specified message and nested exception.- Parameters:
s- error messagecause- nested exception
-