Class SaRMILockException

All Implemented Interfaces:
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:
    • Constructor Details

      • SaRMILockException

        public SaRMILockException()
        constructs SaRMILockException.
      • SaRMILockException

        public SaRMILockException(String s)
        constructs SaRMILockException with the specified detailed message.
        Parameters:
        s - error message
      • SaRMILockException

        public SaRMILockException(String s, Throwable cause)
        constructs SaRMILockException with the specified detailed message and nested exception.
        Parameters:
        s - error message
        cause - nested exeption