Exception: UU::OS::Env::LockCreationTimeoutException
- Inherits:
-
StandardError
- Object
- StandardError
- UU::OS::Env::LockCreationTimeoutException
- 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)
-
- (LockCreationTimeoutException) initialize(msg = nil)
constructor
Creates new instance of LockCreationTimeoutException.
Constructor Details
- (LockCreationTimeoutException) initialize(msg = nil)
Creates new instance of LockCreationTimeoutException.
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 |