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