Sha256: 2a620f8b1c069547eedc8f164dc91466acdfca9d1ada01f4a78c6c2b56d6392a

Contents?: true

Size: 772 Bytes

Versions: 11

Compression:

Stored size: 772 Bytes

Contents

module CMIS
  module Exceptions
    InvalidArgument         = Class.new(Exception)
    NotSupported            = Class.new(Exception)
    ObjectNotFound          = Class.new(Exception)
    PermissionDenied        = Class.new(Exception)
    Runtime                 = Class.new(Exception)
    Constraint              = Class.new(Exception)
    ContentAlreadyExists    = Class.new(Exception)
    FilterNotValid          = Class.new(Exception)
    NameConstraintViolation = Class.new(Exception)
    Storage                 = Class.new(Exception)
    StreamNotSupported      = Class.new(Exception)
    UpdateConflict          = Class.new(Exception)
    Versioning              = Class.new(Exception)

    # Non-CMIS
    Unauthorized            = Class.new(Exception)
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
cmis-ruby-0.5.11 lib/cmis/exceptions.rb
cmis-ruby-0.5.10 lib/cmis/exceptions.rb
cmis-ruby-0.5.9 lib/cmis/exceptions.rb
cmis-ruby-0.5.8 lib/cmis/exceptions.rb
cmis-ruby-0.5.7 lib/cmis/exceptions.rb
cmis-ruby-0.5.6 lib/cmis/exceptions.rb
cmis-ruby-0.5.5 lib/cmis/exceptions.rb
cmis-ruby-0.5.4 lib/cmis/exceptions.rb
cmis-ruby-0.5.3 lib/cmis/exceptions.rb
cmis-ruby-0.5.2 lib/cmis/exceptions.rb
cmis-ruby-0.5.1 lib/cmis/exceptions.rb