All Packages Class Hierarchy This Package Previous Next Index
Class org.omg.CORBA.BAD_PARAM
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----org.omg.CORBA.SystemException
|
+----org.omg.CORBA.BAD_PARAM
- public class BAD_PARAM
- extends SystemException
System exceptions are thrown by the runtime when certain error cases
occur. They may be propagated across virtual machines (i.e., if a
system exception is thrown in a server process, it can be caught in
the client process). System exceptions should not be thrown by user
implementation code. Instead, user defined exception (declared in
IDL via the exception declaration) should be thrown by user
code.
-
BAD_PARAM()
-
-
BAD_PARAM(int, CompletionStatus)
-
-
BAD_PARAM(String)
-
-
BAD_PARAM(String, int, CompletionStatus)
-
BAD_PARAM
public BAD_PARAM()
BAD_PARAM
public BAD_PARAM(int minor,
CompletionStatus completed)
BAD_PARAM
public BAD_PARAM(String reason)
BAD_PARAM
public BAD_PARAM(String reason,
int minor,
CompletionStatus completed)
All Packages Class Hierarchy This Package Previous Next Index