Exception: IcePatch2::FileSizeRangeException

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

Instance Attribute Summary

Attributes inherited from FileAccessException

#reason

Instance Method Summary collapse

Methods inherited from Ice::Exception

#ice_id, #ice_name, #inspect

Constructor Details

#initialize(reason = '') ⇒ FileSizeRangeException

Returns a new instance of FileSizeRangeException.



57
58
59
# File 'lib/IcePatch2/FileServer.rb', line 57

def initialize(reason='')
    super(reason)
end

Instance Method Details

#to_sObject



61
62
63
# File 'lib/IcePatch2/FileServer.rb', line 61

def to_s
    '::IcePatch2::FileSizeRangeException'
end