class Aerospike::Exceptions::CommandRejected
Public Class Methods
new(msg=nil)
click to toggle source
Calls superclass method
Aerospike::Exceptions::Aerospike::new
# File lib/aerospike/aerospike_exception.rb, line 89 def initialize(msg=nil) super(ResultCode::COMMAND_REJECTED, msg) end