Exception: IcePatch2::FileSizeRangeException

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

Constant Summary collapse

ICE_TYPE =
T_FileSizeRangeException

Instance Attribute Summary

Attributes inherited from FileAccessException

#reason

Instance Method Summary collapse

Methods inherited from Ice::Exception

#ice_name, #inspect

Constructor Details

#initialize(reason = '') ⇒ FileSizeRangeException

Returns a new instance of FileSizeRangeException.



64
65
66
# File 'lib/IcePatch2/FileServer.rb', line 64

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

Instance Method Details

#to_sObject



68
69
70
# File 'lib/IcePatch2/FileServer.rb', line 68

def to_s
    'IcePatch2::FileSizeRangeException'
end