Class SaRMISetContentException

All Implemented Interfaces:
Serializable

public class SaRMISetContentException extends SaRMIBaseException
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:
    lav
    See Also:
    • Constructor Details

      • SaRMISetContentException

        public SaRMISetContentException()
        constructs SaRMISetContentException.
      • SaRMISetContentException

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

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