Exception: Ice::RemoteLoggerAlreadyAttachedException

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

Instance Method Summary collapse

Methods inherited from Exception

#ice_id, #ice_name, #inspect

Constructor Details

#initializeRemoteLoggerAlreadyAttachedException

Returns a new instance of RemoteLoggerAlreadyAttachedException.



159
160
# File 'lib/Ice/RemoteLogger.rb', line 159

def initialize
end

Instance Method Details

#to_sObject



162
163
164
# File 'lib/Ice/RemoteLogger.rb', line 162

def to_s
    '::Ice::RemoteLoggerAlreadyAttachedException'
end