Exception: IcePatch2::PartitionOutOfRangeException

Inherits:
Ice::UserException show all
Defined in:
lib/IcePatch2/FileServer.rb

Instance Method Summary collapse

Methods inherited from Ice::Exception

#ice_id, #ice_name, #inspect

Constructor Details

#initializePartitionOutOfRangeException

Returns a new instance of PartitionOutOfRangeException.



28
29
# File 'lib/IcePatch2/FileServer.rb', line 28

def initialize
end

Instance Method Details

#to_sObject



31
32
33
# File 'lib/IcePatch2/FileServer.rb', line 31

def to_s
    '::IcePatch2::PartitionOutOfRangeException'
end