| Package | Description |
|---|---|
| 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.DynAnyPackage |
Provides the exceptions used with the
DynAny interface
(InvalidValue,
Invalid, InvalidSeq, and
TypeMismatch). |
| org.omg.CORBA.ORBPackage |
Provides the exception
InvalidName, which is thrown
by the method ORB.resolve_initial_references
and the exception InconsistentTypeCode, which is thrown
by the Dynamic Any creation methods in the ORB class. |
| org.omg.CORBA.TSIdentificationPackage |
Provides the exceptions that may be thrown during OTS or JTS registration
of call-back interfaces with the ORB.
|
| org.omg.CORBA.TypeCodePackage |
Provides the user-defined exceptions
BadKind
and Bounds, which are thrown by methods in
in the class TypeCode. |
| org.omg.CosNaming.NamingContextExtPackage | |
| org.omg.CosNaming.NamingContextPackage | |
| org.omg.CosTransactions | |
| org.omg.IOP.CodecFactoryPackage | |
| org.omg.IOP.CodecPackage | |
| org.omg.PortableInterceptor | |
| org.omg.PortableInterceptor.ORBInitInfoPackage | |
| org.omg.PortableServer | |
| org.omg.PortableServer.CurrentPackage | |
| org.omg.PortableServer.POAManagerPackage | |
| org.omg.PortableServer.POAPackage |
| Modifier and Type | Class and Description |
|---|---|
class |
Bounds
A user exception thrown when a parameter is not within
the legal bounds for the object that a method is trying
to access.
|
class |
PolicyError
Thrown to indicate problems with parameter values passed to the
ORB.create_policy operation. |
class |
UnknownUserException
A class that contains user exceptions returned by the server.
|
class |
WrongTransaction
The CORBA
WrongTransaction user-defined exception. |
| Modifier and Type | Class and Description |
|---|---|
class |
Invalid
Invalid is thrown by dynamic any operations when a bad
DynAny or Any is passed as a parameter. |
class |
InvalidSeq
The InvalidSeq exception is thrown by all operations on dynamic
anys that take a sequence (Java array) as an argument, when that
sequence is invalid.
|
class |
InvalidValue |
class |
TypeMismatch
TypeMismatch is thrown by dynamic any accessor methods when
type of the actual contents do not match what is trying to be
accessed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InconsistentTypeCode
InconsistentTypeCode is thrown when an attempt is made to create a
dynamic any with a type code that does not match the particular
subclass of
DynAny. |
class |
InvalidName
The
InvalidName exception is raised when
ORB.resolve_initial_references is passed a name
for which there is no initial reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
AlreadyIdentified
This exception is thrown if OTS call-back interfaces
have already been registered with the ORB.
|
class |
NotAvailable
A user-defined exception thrown if the ORB is unavailable
to register the call-back interfaces identified by the
OTS during initialization.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BadKind
The exception
BadKind is thrown when
an inappropriate operation is invoked on a TypeCode object. |
| Modifier and Type | Class and Description |
|---|---|
class |
InvalidAddress
org/omg/CosNaming/NamingContextExtPackage/InvalidAddress.java .
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlreadyBound
org/omg/CosNaming/NamingContextPackage/AlreadyBound.java .
|
class |
CannotProceed
org/omg/CosNaming/NamingContextPackage/CannotProceed.java .
|
class |
NotEmpty
org/omg/CosNaming/NamingContextPackage/NotEmpty.java .
|
class |
NotFound
org/omg/CosNaming/NamingContextPackage/NotFound.java .
|
| Modifier and Type | Class and Description |
|---|---|
class |
HeuristicCommit
org/omg/CosTransactions/HeuristicCommit.java .
|
class |
HeuristicHazard
org/omg/CosTransactions/HeuristicHazard.java .
|
class |
HeuristicMixed
org/omg/CosTransactions/HeuristicMixed.java .
|
class |
HeuristicRollback
org/omg/CosTransactions/HeuristicRollback.java .
|
class |
Inactive
org/omg/CosTransactions/Inactive.java .
|
class |
InvalidControl
org/omg/CosTransactions/InvalidControl.java .
|
class |
NotPrepared
org/omg/CosTransactions/NotPrepared.java .
|
class |
NoTransaction
org/omg/CosTransactions/NoTransaction.java .
|
class |
NotSubtransaction
org/omg/CosTransactions/NotSubtransaction.java .
|
class |
SubtransactionsUnavailable
org/omg/CosTransactions/SubtransactionsUnavailable.java .
|
class |
SynchronizationUnavailable
org/omg/CosTransactions/SynchronizationUnavailable.java .
|
class |
Unavailable
org/omg/CosTransactions/Unavailable.java .
|
| Modifier and Type | Class and Description |
|---|---|
class |
UnknownEncoding
org/omg/IOP/CodecFactoryPackage/UnknownEncoding.java .
|
| Modifier and Type | Class and Description |
|---|---|
class |
FormatMismatch
org/omg/IOP/CodecPackage/FormatMismatch.java .
|
class |
InvalidTypeForEncoding
org/omg/IOP/CodecPackage/InvalidTypeForEncoding.java .
|
| Modifier and Type | Class and Description |
|---|---|
class |
InvalidSlot
org/omg/PortableInterceptor/InvalidSlot.java .
|
| Modifier and Type | Class and Description |
|---|---|
class |
DuplicateName
org/omg/PortableInterceptor/ORBInitInfoPackage/DuplicateName.java .
|
| Modifier and Type | Class and Description |
|---|---|
class |
ForwardRequest
org/omg/PortableServer/ForwardRequest.java .
|
| Modifier and Type | Class and Description |
|---|---|
class |
NoContext
org/omg/PortableServer/CurrentPackage/NoContext.java .
|
| Modifier and Type | Class and Description |
|---|---|
class |
AdapterInactive
org/omg/PortableServer/POAManagerPackage/AdapterInactive.java .
|
| Modifier and Type | Class and Description |
|---|---|
class |
AdapterAlreadyExists
org/omg/PortableServer/POAPackage/AdapterAlreadyExists.java .
|
class |
AdapterNonExistent
org/omg/PortableServer/POAPackage/AdapterNonExistent.java .
|
class |
InvalidPolicy
org/omg/PortableServer/POAPackage/InvalidPolicy.java .
|
class |
NoServant
org/omg/PortableServer/POAPackage/NoServant.java .
|
class |
ObjectAlreadyActive
org/omg/PortableServer/POAPackage/ObjectAlreadyActive.java .
|
class |
ObjectNotActive
org/omg/PortableServer/POAPackage/ObjectNotActive.java .
|
class |
ServantAlreadyActive
org/omg/PortableServer/POAPackage/ServantAlreadyActive.java .
|
class |
ServantNotActive
org/omg/PortableServer/POAPackage/ServantNotActive.java .
|
class |
WrongAdapter
org/omg/PortableServer/POAPackage/WrongAdapter.java .
|
class |
WrongPolicy
org/omg/PortableServer/POAPackage/WrongPolicy.java .
|
Copyright © 2017–2021 Eclipse Foundation. All rights reserved.