Exception: Ice::RemoteLoggerAlreadyAttachedException
- Inherits:
-
UserException
- Object
- StandardError
- Exception
- UserException
- Ice::RemoteLoggerAlreadyAttachedException
- Defined in:
- lib/Ice/RemoteLogger.rb
Instance Method Summary collapse
-
#initialize ⇒ RemoteLoggerAlreadyAttachedException
constructor
A new instance of RemoteLoggerAlreadyAttachedException.
- #to_s ⇒ Object
Methods inherited from Exception
Constructor Details
#initialize ⇒ RemoteLoggerAlreadyAttachedException
Returns a new instance of RemoteLoggerAlreadyAttachedException.
159 160 |
# File 'lib/Ice/RemoteLogger.rb', line 159 def initialize end |
Instance Method Details
#to_s ⇒ Object
162 163 164 |
# File 'lib/Ice/RemoteLogger.rb', line 162 def to_s '::Ice::RemoteLoggerAlreadyAttachedException' end |