Class SaLockException

All Implemented Interfaces:
Serializable

public class SaLockException extends SaBasicException
* 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:
    rad
    See Also:
    • Constructor Details

      • SaLockException

        public SaLockException(String message)
        Constructs SaLockException with the specified message.
        Parameters:
        message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method).
        See Also:
      • SaLockException

        public SaLockException(String message, Throwable cause)
        Constructs SaLockException with the specified message and nested exception.
        Parameters:
        message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method).
        cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)
        See Also: