|
Java Platform 1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SystemException | |
org.omg.CORBA | Provides the mapping
of the OMG CORBA APIs to the
JavaTM programming language,
including the class ORB ,
which is implemented
so that a programmer can use it as
a fully-functional Object Request Broker (ORB). |
org.omg.CORBA.portable | Provides a portability layer, that is, a set of ORB APIs that makes it possible for code generated by one vendor to run on another vendor's ORB. |
Uses of SystemException in org.omg.CORBA |
Subclasses of SystemException in org.omg.CORBA | |
interface |
BAD_CONTEXT
The CORBA BAD_CONTEXT exception, which is thrown when there is
an error processing a context object. |
interface |
BAD_INV_ORDER
The CORBA BAD_INV_ORDER exception, which is thrown
when methods are called out of order. |
interface |
BAD_OPERATION
The CORBA BAD_OPERATION exception, which is thrown
when a method is invalid. |
interface |
BAD_PARAM
The CORBA BAD_PARAM exception, which is thrown
when an invalid parameter is passed to a method. |
interface |
BAD_TYPECODE
The CORBA BAD_TYPECODE exception, which is thrown
when the specified typecode is invalid. |
interface |
COMM_FAILURE
The CORBA COMM_FAILURE exception, which is thrown
when there is a communication failure. |
interface |
DATA_CONVERSION
The CORBA DATA_CONVERSION exception, which is thrown
when there is a data conversion error. |
interface |
FREE_MEM
The CORBA FREE_MEM exception, which is thrown
when the system is unable to free memory. |
interface |
IMP_LIMIT
The CORBA IMP_LIMIT exception, which is thrown
when the implementation limit has been violated. |
interface |
INITIALIZE
The CORBA INITIALIZE exception, which is thrown
when there is an ORB initialization error. |
interface |
INTERNAL
The CORBA INTERNAL exception, which is thrown
when there is an ORB internal error. |
interface |
INTF_REPOS
The CORBA INTF_REPOS exception, which is thrown
when there is an error accessing the interface repository. |
interface |
INV_FLAG
The CORBA INV_FLAG exception, which is thrown
when an invalid flag is specified. |
interface |
INV_IDENT
The CORBA INV_IDENT exception, which is thrown
when identifier syntax is invalid. |
interface |
INV_OBJREF
The CORBA INV_OBJREF exception, which is thrown
when an invalid object reference is specified. |
interface |
INV_POLICY
The CORBA INV_POLICY standard exception, which is thrown
when an invocation cannot be made because of an incompatibility between
Policy overrides. |
interface |
INVALID_TRANSACTION
The CORBA INVALID_TRANSACTION exception, which is thrown
when there is a transaction error. |
interface |
MARSHAL
The CORBA MARSHAL exception, which is thrown
when the ORB has a problem marshalling or unmarshalling parameters. |
interface |
NO_IMPLEMENT
The CORBA NO_IMPLEMENT exception, which is thrown
when the implementation for a method is not available. |
interface |
NO_MEMORY
The CORBA NO_MEMORY exception, which may be thrown
by either the client or the server
when there is not enough memory for a dynamic memory allocation. |
interface |
NO_PERMISSION
The CORBA NO_PERMISSION exception, which is thrown
if the client does not have permission to perform the request. |
interface |
NO_RESOURCES
The CORBA NO_RESOURCES exception, which is thrown
when either the client or the server does not have sufficient resources
to perform the request. |
interface |
NO_RESPONSE
The CORBA NO_RESPONSE exception, which is thrown
when a response to the request is not yet available. |
interface |
OBJ_ADAPTER
The CORBA OBJ_ADAPTER exception, which is thrown
by the object adapter on the server to indicate some error. |
interface |
OBJECT_NOT_EXIST
The CORBA OBJECT_NOT_EXIST exception, which is usually thrown
from the server to indicate that the target object does not exist. |
interface |
PERSIST_STORE
The CORBA PERSIST_STORE exception, which is thrown
when there is an error with the persistent storage on the server. |
interface |
TRANSACTION_REQUIRED
The CORBA TRANSACTION_REQUIRED exception, which is thrown
by the ORB on the client or server during the
processing of a request that
is required to be enclosed in a transaction. |
interface |
TRANSACTION_ROLLEDBACK
The CORBA TRANSACTION_ROLLEDBACK exception, which is thrown
when a transactional operation did not complete
because the transaction was rolled back. |
interface |
TRANSIENT
The CORBA TRANSIENT exception, which is thrown
by the server to signal a transient failure
that might not occur again if the request is retried. |
interface |
UNKNOWN
The CORBA UNKNOWN exception, which is thrown when there is
an error whose cause is unknown to the ORB. |
Uses of SystemException in org.omg.CORBA.portable |
Methods in org.omg.CORBA.portable that throw SystemException | |
OutputStream |
InvokeHandler._invoke(String method,
InputStream input,
ResponseHandler handler)
Invoked by the ORB to dispatch a request to the servant. |
|
Java Platform 1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |