Exception: IcePatch2::PartitionOutOfRangeException

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

Constant Summary collapse

ICE_TYPE =
T_PartitionOutOfRangeException

Instance Method Summary collapse

Methods inherited from Ice::Exception

#ice_name, #inspect

Constructor Details

#initializePartitionOutOfRangeException

Returns a new instance of PartitionOutOfRangeException.



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

def initialize
end

Instance Method Details

#to_sObject



36
37
38
# File 'lib/IcePatch2/FileServer.rb', line 36

def to_s
    'IcePatch2::PartitionOutOfRangeException'
end