Package com.saperion.rmi.serverexception
Class SaRMISetContentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- java.rmi.RemoteException
-
- com.saperion.rmi.serverexception.SaRMIBaseException
-
- com.saperion.rmi.serverexception.SaRMISetContentException
-
- All Implemented Interfaces:
java.io.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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SaRMISetContentException()constructsSaRMISetContentException.SaRMISetContentException(java.lang.String s)constructsSaRMISetContentExceptionwith the specified message.SaRMISetContentException(java.lang.String s, java.lang.Throwable cause)constructsSaRMISetContentExceptionwith the specified message and nested exception.
-
Method Summary
-
Methods inherited from class com.saperion.rmi.serverexception.SaRMIBaseException
getStackTraceString
-
-
-
-
Constructor Detail
-
SaRMISetContentException
public SaRMISetContentException()
constructsSaRMISetContentException.
-
SaRMISetContentException
public SaRMISetContentException(java.lang.String s)
constructsSaRMISetContentExceptionwith the specified message.- Parameters:
s- error message
-
SaRMISetContentException
public SaRMISetContentException(java.lang.String s, java.lang.Throwable cause)constructsSaRMISetContentExceptionwith the specified message and nested exception.- Parameters:
s- error messagecause- nested exception
-
-