Class horb.orb.IOCIException
All Packages Class Hierarchy This Package Previous Next Index
Class horb.orb.IOCIException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----horb.orb.HORBException
|
+----horb.orb.IOCIException
- public class IOCIException
- extends HORBException
Signals exception of IOCI or protocol error. This exception will be
throwon, if:
Class major version mismatch between client's proxy and server's skeleton.
IOCI's major version mismatch between client and server.
IOCI class not found at the server side.
Preamble of method call mismatch.
-
IOCIException(Exception)
-
-
IOCIException(String)
-
IOCIException
public IOCIException(String s)
IOCIException
public IOCIException(Exception e)
All Packages Class Hierarchy This Package Previous Next Index