Exception: IcePatch2::FileSizeRangeException
- Inherits:
-
FileAccessException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- FileAccessException
- IcePatch2::FileSizeRangeException
- Defined in:
- lib/IcePatch2/FileServer.rb
Constant Summary collapse
- ICE_TYPE =
T_FileSizeRangeException
Instance Attribute Summary
Attributes inherited from FileAccessException
Instance Method Summary collapse
-
#initialize(reason = '') ⇒ FileSizeRangeException
constructor
A new instance of FileSizeRangeException.
- #to_s ⇒ Object
Methods inherited from Ice::Exception
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_s ⇒ Object
68 69 70 |
# File 'lib/IcePatch2/FileServer.rb', line 68 def to_s 'IcePatch2::FileSizeRangeException' end |