Package com.zeroc.Ice
Class UserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.zeroc.Ice.UserException
- All Implemented Interfaces:
Serializable
,Cloneable
- Direct Known Subclasses:
AccessDeniedException
,AdapterAlreadyActiveException
,AdapterNotExistException
,AdapterNotFoundException
,AllocationException
,AlreadyStartedException
,AlreadyStoppedException
,AlreadySubscribed
,ApplicationNotExistException
,BadQoS
,BadSignalException
,CannotCreateSessionException
,DeploymentException
,FileAccessException
,FileNotAvailableException
,InvalidReplicaGroupIdException
,InvalidSubscriber
,LinkExists
,NodeNotExistException
,NodeUnreachableException
,NoSuchLink
,NoSuchServiceException
,NoSuchTopic
,ObjectExistsException
,ObjectNotFoundException
,ObjectNotRegisteredException
,ObserverAlreadyRegisteredException
,ParseException
,PartitionOutOfRangeException
,PatchException
,PermissionDeniedException
,PermissionDeniedException
,RegistryNotExistException
,RegistryUnreachableException
,RemoteLoggerAlreadyAttachedException
,ServerNotExistException
,ServerNotFoundException
,ServerStartException
,ServerStopException
,ServerUnreachableException
,SessionNotExistException
,TopicExists
,UnknownMetricsView
,UserAccountNotFoundException
Base class for Slice user exceptions.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates a copy of this exception.Returns the sliced data if the exception has a preserved-slice base class and has been sliced during un-marshaling, null is returned otherwise.abstract String
ice_id()
Returns the type id of this exception.ice_name()
Deprecated.ice_name() is deprecated, use ice_id() instead.toString()
Returns a string representation of this exception.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
UserException
public UserException() -
UserException
-
-
Method Details
-
clone
Creates a copy of this exception. -
ice_name
Deprecated.ice_name() is deprecated, use ice_id() instead.Returns the name of this exception.- Returns:
- The name of this exception.
-
ice_id
Returns the type id of this exception.- Returns:
- The type id of this exception.
-
ice_getSlicedData
Returns the sliced data if the exception has a preserved-slice base class and has been sliced during un-marshaling, null is returned otherwise.- Returns:
- The sliced data or null.
-
toString
Returns a string representation of this exception.
-