Class SaRMISetNodeException

All Implemented Interfaces:
Serializable

public class SaRMISetNodeException extends SaRMIBaseException
Exceptions in setting or deletion node; occurs in the following situations:
  • "committing transaction failed",
  • "rolling back transaction failed",
  • "transaction ID is invalid/empty",
  • "updatind document content on medium failed",
  • "updatind document metadata in database failed",
  • "deleting document failed",
  • "given byte offset is greater than data size".
  • Author:
    lav
    See Also:
    • Constructor Details

      • SaRMISetNodeException

        public SaRMISetNodeException()
        constructs SaRMISetNodeException.
      • SaRMISetNodeException

        public SaRMISetNodeException(String s)
        constructs SaRMISetNodeException with the specified message.
        Parameters:
        s - error message
      • SaRMISetNodeException

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