Class LockException

  • All Implemented Interfaces:
    java.io.Serializable

    public class LockException
    extends UsrException
    Indicates a failure to obtain a required lock.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      LockException()
      Construct a new LockException
      LockException​(java.lang.String msg)
      Construct a new LockException with the given message
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • LockException

        public LockException()
        Construct a new LockException
      • LockException

        public LockException​(java.lang.String msg)
        Construct a new LockException with the given message
        Parameters:
        msg - the exception message