Exception: Ice::UserException
Direct Known Subclasses
Glacier2::CannotCreateSessionException, Glacier2::PermissionDeniedException, Glacier2::SessionNotExistException, AdapterAlreadyActiveException, AdapterNotFoundException, InvalidReplicaGroupIdException, ObjectNotFoundException, RemoteLoggerAlreadyAttachedException, ServerNotFoundException, IceBox::AlreadyStartedException, IceBox::AlreadyStoppedException, IceBox::NoSuchServiceException, IceGrid::AccessDeniedException, IceGrid::AdapterNotExistException, IceGrid::AllocationException, IceGrid::ApplicationNotExistException, IceGrid::BadSignalException, IceGrid::DeploymentException, IceGrid::FileNotAvailableException, IceGrid::NodeNotExistException, IceGrid::NodeUnreachableException, IceGrid::ObjectExistsException, IceGrid::ObjectNotRegisteredException, IceGrid::ObserverAlreadyRegisteredException, IceGrid::ParseException, IceGrid::PermissionDeniedException, IceGrid::RegistryNotExistException, IceGrid::RegistryUnreachableException, IceGrid::ServerNotExistException, IceGrid::ServerStartException, IceGrid::ServerStopException, IceGrid::ServerUnreachableException, IceGrid::UserAccountNotFoundException, IceMX::UnknownMetricsView, IceStorm::AlreadySubscribed, IceStorm::BadQoS, IceStorm::LinkExists, IceStorm::NoSuchLink, IceStorm::NoSuchTopic, IceStorm::TopicExists
Instance Method Summary
collapse
Instance Method Details
#ice_id ⇒ Object
12
13
14
|
# File 'ruby/Ice/Exception.rb', line 12
def ice_id
to_s
end
|
#inspect ⇒ Object
16
17
18
|
# File 'ruby/Ice/Exception.rb', line 16
def inspect
return ::Ice::__stringifyException(self)
end
|