Exception: IcePatch2::PartitionOutOfRangeException
- Inherits:
-
Ice::UserException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- IcePatch2::PartitionOutOfRangeException
- Defined in:
- lib/IcePatch2/FileServer.rb
Constant Summary collapse
- ICE_TYPE =
T_PartitionOutOfRangeException
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.
33 34 |
# File 'lib/IcePatch2/FileServer.rb', line 33 def initialize end |
Instance Method Details
#to_s ⇒ Object
36 37 38 |
# File 'lib/IcePatch2/FileServer.rb', line 36 def to_s 'IcePatch2::PartitionOutOfRangeException' end |