Package com.zeroc.Ice
Class IllegalServantException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.zeroc.Ice.Exception
com.zeroc.Ice.LocalException
com.zeroc.Ice.IllegalServantException
- All Implemented Interfaces:
Serializable
,Cloneable
This exception is raised to reject an illegal servant (typically
a null servant)
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionIllegalServantException
(String reason) IllegalServantException
(String reason, Throwable cause) IllegalServantException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
reason
Describes why this servant is illegal.
-
-
Constructor Details
-
IllegalServantException
public IllegalServantException() -
IllegalServantException
-
IllegalServantException
-
IllegalServantException
-
-
Method Details