Package com.saperion.rmi.serverexception
Class SaRMILockException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
com.saperion.rmi.serverexception.SaRMIBaseException
com.saperion.rmi.serverexception.SaRMILockException
- All Implemented Interfaces:
Serializable
* Lock exceptions which occur in the following situations:
"locking or unlocking document failed",
"document is currently locked by another user",
"retrieving lock data failed, possibly unavailable".
- Author:
- lav
- See Also:
-
Field Summary
Fields inherited from class java.rmi.RemoteException
detail
-
Constructor Summary
ConstructorsConstructorDescriptionconstructsSaRMILockException
.constructsSaRMILockException
with the specified detailed message.SaRMILockException
(String s, Throwable cause) constructsSaRMILockException
with the specified detailed 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
-
SaRMILockException
public SaRMILockException()constructsSaRMILockException
. -
SaRMILockException
constructsSaRMILockException
with the specified detailed message.- Parameters:
s
- error message
-
SaRMILockException
constructsSaRMILockException
with the specified detailed message and nested exception.- Parameters:
s
- error messagecause
- nested exeption
-