Sha256: a3803433db9004db0255f6197ff5213da8cc21ea7c375367d535fd81dd824209

Contents?: true

Size: 629 Bytes

Versions: 4

Compression:

Stored size: 629 Bytes

Contents

class HBase::Exception < StandardError; end

class HBase::ConnectionNotEstablishedError < HBase::Exception; end

class HBase::ConnectionTimeoutError < HBase::Exception; end

class HBase::TableNotFoundError < HBase::Exception; end

class HBase::TableExistsError < HBase::Exception; end

class HBase::TableFailCreateError < HBase::Exception; end

class HBase::TableNotDisabledError < HBase::Exception; end

class HBase::TableFailDisableError < HBase::Exception; end

class HBase::TableFailEnableError < HBase::Exception; end

class HBase::RowNotFoundError < HBase::Exception; end

class HBase::ScannerError < HBase::Exception; end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
hbase-ruby-1.2.0 lib/hbase/exception.rb
hbase-ruby-1.1.3 lib/hbase/exception.rb
hbase-ruby-1.1.2 lib/hbase/exception.rb
hbase-ruby-1.1.1 lib/hbase/exception.rb