Exception: Ice::RemoteLoggerAlreadyAttachedException

Inherits:
UserException show all
Defined in:
lib/Ice/RemoteLogger.rb

Constant Summary collapse

ICE_TYPE =
T_RemoteLoggerAlreadyAttachedException

Instance Method Summary collapse

Methods inherited from Exception

#ice_name, #inspect

Constructor Details

#initializeRemoteLoggerAlreadyAttachedException

Returns a new instance of RemoteLoggerAlreadyAttachedException.



207
208
# File 'lib/Ice/RemoteLogger.rb', line 207

def initialize
end

Instance Method Details

#to_sObject



210
211
212
# File 'lib/Ice/RemoteLogger.rb', line 210

def to_s
    'Ice::RemoteLoggerAlreadyAttachedException'
end