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:
java.io.Serializable
public class SaRMILockException extends SaRMIBaseException
* 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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SaRMILockException()
constructsSaRMILockException
.SaRMILockException(java.lang.String s)
constructsSaRMILockException
with the specified detailed message.SaRMILockException(java.lang.String s, java.lang.Throwable cause)
constructsSaRMILockException
with the specified detailed message and nested exception.
-
Method Summary
-
Methods inherited from class com.saperion.rmi.serverexception.SaRMIBaseException
getStackTraceString
-
-
-
-
Constructor Detail
-
SaRMILockException
public SaRMILockException()
constructsSaRMILockException
.
-
SaRMILockException
public SaRMILockException(java.lang.String s)
constructsSaRMILockException
with the specified detailed message.- Parameters:
s
- error message
-
SaRMILockException
public SaRMILockException(java.lang.String s, java.lang.Throwable cause)
constructsSaRMILockException
with the specified detailed message and nested exception.- Parameters:
s
- error messagecause
- nested exeption
-
-