Class LockedException

    • Constructor Detail

      • LockedException

        public LockedException()
        Creates a new LockedException.
      • LockedException

        public LockedException​(String message)
        Creates a new LockedException
        Parameters:
        message - the message
      • LockedException

        public LockedException​(String message,
                               Throwable cause)
        Creates a new LockedException.
        Parameters:
        message - the message
        cause - the cause
      • LockedException

        public LockedException​(Throwable cause)
        Creates a new LockedException
        Parameters:
        cause - the cause