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 Summary
Constructors Constructor Description SaRMISetNodeException()
constructsSaRMISetNodeException
.SaRMISetNodeException(java.lang.String s)
constructsSaRMISetNodeException
with the specified message.SaRMISetNodeException(java.lang.String s, java.lang.Throwable cause)
constructsSaRMISetNodeException
with the specified message and nested exception.
-
Method Summary
-
Methods inherited from class com.saperion.rmi.serverexception.SaRMIBaseException
getStackTraceString
-
-
-
-
Constructor Detail
-
SaRMISetNodeException
public SaRMISetNodeException()
constructsSaRMISetNodeException
.
-
SaRMISetNodeException
public SaRMISetNodeException(java.lang.String s)
constructsSaRMISetNodeException
with the specified message.- Parameters:
s
- error message
-
SaRMISetNodeException
public SaRMISetNodeException(java.lang.String s, java.lang.Throwable cause)
constructsSaRMISetNodeException
with the specified message and nested exception.- Parameters:
s
- error messagecause
- nested exception
-
-