Exception: IcePatch2::PartitionOutOfRangeException
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- IcePatch2::PartitionOutOfRangeException
- Defined in:
- lib/IcePatch2/FileServer.rb
Instance Method Summary collapse
-
#initialize ⇒ PartitionOutOfRangeException
constructor
A new instance of PartitionOutOfRangeException.
- #to_s ⇒ Object
Methods inherited from Ice::Exception
Constructor Details
#initialize ⇒ PartitionOutOfRangeException
Returns a new instance of PartitionOutOfRangeException.
28 29 |
# File 'lib/IcePatch2/FileServer.rb', line 28 def initialize end |
Instance Method Details
#to_s ⇒ Object
31 32 33 |
# File 'lib/IcePatch2/FileServer.rb', line 31 def to_s '::IcePatch2::PartitionOutOfRangeException' end |