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:
Serializable
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:
-
Field Summary
Fields inherited from class java.rmi.RemoteException
detail
-
Constructor Summary
ConstructorsConstructorDescriptionconstructsSaRMISetNodeException
.constructsSaRMISetNodeException
with the specified message.SaRMISetNodeException
(String s, Throwable cause) constructsSaRMISetNodeException
with the specified message and nested exception. -
Method Summary
Methods inherited from class com.saperion.rmi.serverexception.SaRMIBaseException
getStackTraceString
Methods inherited from class java.rmi.RemoteException
getCause, getMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SaRMISetNodeException
public SaRMISetNodeException()constructsSaRMISetNodeException
. -
SaRMISetNodeException
constructsSaRMISetNodeException
with the specified message.- Parameters:
s
- error message
-
SaRMISetNodeException
constructsSaRMISetNodeException
with the specified message and nested exception.- Parameters:
s
- error messagecause
- nested exception
-