Package com.zeroc.Ice
Class Exception
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.zeroc.Ice.Exception
- All Implemented Interfaces:
Serializable
,Cloneable
- Direct Known Subclasses:
LocalException
,SystemException
Base class for Ice local and system exceptions. Those exceptions
are not checked so we inherit from java.lang.RuntimeException. User
exceptions are checked exceptions and therefore inherit directly
from java.lang.Exception.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
-
Constructor Details
-
Exception
public Exception() -
Exception
-
-
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.
-
toString
Returns a string representation of this exception.
-