Class SaSetContentException

All Implemented Interfaces:
Serializable

public class SaSetContentException extends SaJCRException
Exceptions in setting content, occur in the following situations:
  • "creating temporary file failed",
  • "making up temporary file name failed",
  • "handle to temporary content file is invalid",
  • "writing buffer to content file failed",
  • "inserting content into document failed",
  • "closing temporary file failed".
  • Author:
    rad
    See Also:
    • Constructor Details

      • SaSetContentException

        public SaSetContentException(String message)
        Constructs SaSetContentException with the specified message.
        Parameters:
        message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method).
        See Also:
      • SaSetContentException

        public SaSetContentException(String message, Throwable cause)
        Constructs SaSetContentException with the specified message and nested exception.
        Parameters:
        message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method).
        cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)
        See Also: