Class SaSetNodeException

All Implemented Interfaces:
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:
    • Constructor Details

      • SaSetNodeException

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

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