Package com.saperion.exception
Class SaSetNodeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.saperion.exception.SaBasicException
com.saperion.exception.SaJCRException
com.saperion.exception.SaSetNodeException
- All Implemented Interfaces:
Serializable
Exceptions in setting or deletion node; occurs in the following situations:
"committing transaction failed",
"rolling back transaction failed",
"transaction ID is invalid/empty",
"updating document content on medium failed",
"updating document metadata in database failed",
"deleting document failed",
"given byte offset is greater than data size".
- Author:
- rad
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructsSaSetNodeException
with the specified message.SaSetNodeException
(String s, Throwable cause) ConstructsSaSetNodeException
with 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
-
SaSetNodeException
ConstructsSaSetNodeException
with the specified message.- Parameters:
s
- error message
-
SaSetNodeException
ConstructsSaSetNodeException
with the specified message and nested exception.- Parameters:
s
- error messagecause
- nested exception
-