Exception: UU::OS::Env::LockCreationTimeoutException

Inherits:
StandardError
  • Object
show all
Defined in:
uu_os_framework-0.29.16/lib/uu/os/env/lock/lock_creation_timeout_exception.rb

Overview

Exception thrown in case lock was not created in given timeout.

Instance Method Summary (collapse)

Constructor Details

- (LockCreationTimeoutException) initialize(msg = nil)

Creates new instance of LockCreationTimeoutException.

Parameters:

  • msg (String) (defaults to: nil)

    Exception message.



11
12
13
14
# File 'uu_os_framework-0.29.16/lib/uu/os/env/lock/lock_creation_timeout_exception.rb', line 11

def initialize(msg = nil)
  super(msg)
  @code = 'UU.OS/E05Q03.M02'
end