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:
java.io.Serializable
public class SaSetNodeException extends SaJCRException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SaSetNodeException(java.lang.String s)
ConstructsSaSetNodeException
with the specified message.SaSetNodeException(java.lang.String s, java.lang.Throwable cause)
ConstructsSaSetNodeException
with the specified message and nested exception.
-
-
-
Constructor Detail
-
SaSetNodeException
public SaSetNodeException(java.lang.String s)
ConstructsSaSetNodeException
with the specified message.- Parameters:
s
- error message
-
SaSetNodeException
public SaSetNodeException(java.lang.String s, java.lang.Throwable cause)
ConstructsSaSetNodeException
with the specified message and nested exception.- Parameters:
s
- error messagecause
- nested exception
-
-