Exception: HelixSync::LockFailed
- Inherits:
-
P4Error
- Object
- RuntimeError
- P4Error
- HelixSync::LockFailed
- Defined in:
- lib/helix_sync/errors/lock_failed.rb
Constant Summary
Constant Summary
Constants inherited from P4Error
Instance Attribute Summary
Attributes inherited from P4Error
#message_code, #message_severity, #message_text
Instance Method Summary (collapse)
-
- (LockFailed) initialize(client_name)
constructor
A new instance of LockFailed.
Methods inherited from P4Error
default_error, error?, #system_error?, #to_s, #user_error?
Constructor Details
- (LockFailed) initialize(client_name)
Returns a new instance of LockFailed
5 6 7 |
# File 'lib/helix_sync/errors/lock_failed.rb', line 5 def initialize(client_name) super(15_363, 3, "Could not obtain lock for #{client_name}") end |