Uses of Class
org.omg.CORBA.UserException
Packages that use UserException
Package
Description
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).
Provides the exceptions used with the
DynAny
interface
(InvalidValue
,
Invalid
, InvalidSeq
, and
TypeMismatch
).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.Provides the exceptions that may be thrown during OTS or JTS registration
of call-back interfaces with the ORB.
Provides the user-defined exceptions
BadKind
and Bounds
, which are thrown by methods in
in the class TypeCode
.-
Uses of UserException in com.sun.corba.ee.impl.interceptors
Methods in com.sun.corba.ee.impl.interceptors with parameters of type UserExceptionModifier and TypeMethodDescriptionprivate void
RequestInfoImpl.insertUserException
(UserException userException, Any result) Inserts the UserException into the given Any. -
Uses of UserException in org.omg.CORBA
Subclasses of UserException in org.omg.CORBAModifier and TypeClassDescriptionfinal class
A user exception thrown when a parameter is not within the legal bounds for the object that a method is trying to access.final class
Thrown to indicate problems with parameter values passed to theORB.create_policy
operation.final class
A class that contains user exceptions returned by the server.final class
The CORBAWrongTransaction
user-defined exception. -
Uses of UserException in org.omg.CORBA.DynAnyPackage
Subclasses of UserException in org.omg.CORBA.DynAnyPackageModifier and TypeClassDescriptionfinal class
Invalid is thrown by dynamic any operations when a badDynAny
orAny
is passed as a parameter.final class
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.final class
final class
TypeMismatch is thrown by dynamic any accessor methods when type of the actual contents do not match what is trying to be accessed. -
Uses of UserException in org.omg.CORBA.ORBPackage
Subclasses of UserException in org.omg.CORBA.ORBPackageModifier and TypeClassDescriptionfinal class
InconsistentTypeCode is thrown when an attempt is made to create a dynamic any with a type code that does not match the particular subclass ofDynAny
.final class
TheInvalidName
exception is raised whenORB.resolve_initial_references
is passed a name for which there is no initial reference. -
Uses of UserException in org.omg.CORBA.TSIdentificationPackage
Subclasses of UserException in org.omg.CORBA.TSIdentificationPackageModifier and TypeClassDescriptionfinal class
This exception is thrown if OTS call-back interfaces have already been registered with the ORB.final class
A user-defined exception thrown if the ORB is unavailable to register the call-back interfaces identified by the OTS during initialization. -
Uses of UserException in org.omg.CORBA.TypeCodePackage
Subclasses of UserException in org.omg.CORBA.TypeCodePackage -
Uses of UserException in org.omg.CosNaming.NamingContextExtPackage
Subclasses of UserException in org.omg.CosNaming.NamingContextExtPackageModifier and TypeClassDescriptionfinal class
org/omg/CosNaming/NamingContextExtPackage/InvalidAddress.java . -
Uses of UserException in org.omg.CosNaming.NamingContextPackage
Subclasses of UserException in org.omg.CosNaming.NamingContextPackageModifier and TypeClassDescriptionfinal class
org/omg/CosNaming/NamingContextPackage/AlreadyBound.java .final class
org/omg/CosNaming/NamingContextPackage/CannotProceed.java .final class
org/omg/CosNaming/NamingContextPackage/InvalidName.java .final class
org/omg/CosNaming/NamingContextPackage/NotEmpty.java .final class
org/omg/CosNaming/NamingContextPackage/NotFound.java . -
Uses of UserException in org.omg.CosTransactions
Subclasses of UserException in org.omg.CosTransactionsModifier and TypeClassDescriptionfinal class
org/omg/CosTransactions/HeuristicCommit.java .final class
org/omg/CosTransactions/HeuristicHazard.java .final class
org/omg/CosTransactions/HeuristicMixed.java .final class
org/omg/CosTransactions/HeuristicRollback.java .final class
org/omg/CosTransactions/Inactive.java .final class
org/omg/CosTransactions/InvalidControl.java .final class
org/omg/CosTransactions/NotPrepared.java .final class
org/omg/CosTransactions/NoTransaction.java .final class
org/omg/CosTransactions/NotSubtransaction.java .final class
org/omg/CosTransactions/SubtransactionsUnavailable.java .final class
org/omg/CosTransactions/SynchronizationUnavailable.java .final class
org/omg/CosTransactions/Unavailable.java . -
Uses of UserException in org.omg.DynamicAny.DynAnyFactoryPackage
Subclasses of UserException in org.omg.DynamicAny.DynAnyFactoryPackageModifier and TypeClassDescriptionfinal class
org/omg/DynamicAny/DynAnyFactoryPackage/InconsistentTypeCode.java . -
Uses of UserException in org.omg.DynamicAny.DynAnyPackage
Subclasses of UserException in org.omg.DynamicAny.DynAnyPackageModifier and TypeClassDescriptionfinal class
org/omg/DynamicAny/DynAnyPackage/InvalidValue.java .final class
org/omg/DynamicAny/DynAnyPackage/TypeMismatch.java . -
Uses of UserException in org.omg.IOP.CodecFactoryPackage
Subclasses of UserException in org.omg.IOP.CodecFactoryPackageModifier and TypeClassDescriptionfinal class
org/omg/IOP/CodecFactoryPackage/UnknownEncoding.java . -
Uses of UserException in org.omg.IOP.CodecPackage
Subclasses of UserException in org.omg.IOP.CodecPackageModifier and TypeClassDescriptionfinal class
org/omg/IOP/CodecPackage/FormatMismatch.java .final class
org/omg/IOP/CodecPackage/InvalidTypeForEncoding.java .final class
org/omg/IOP/CodecPackage/TypeMismatch.java . -
Uses of UserException in org.omg.PortableInterceptor
Subclasses of UserException in org.omg.PortableInterceptorModifier and TypeClassDescriptionfinal class
org/omg/PortableInterceptor/ForwardRequest.java .final class
org/omg/PortableInterceptor/InvalidSlot.java . -
Uses of UserException in org.omg.PortableInterceptor.ORBInitInfoPackage
Subclasses of UserException in org.omg.PortableInterceptor.ORBInitInfoPackageModifier and TypeClassDescriptionfinal class
org/omg/PortableInterceptor/ORBInitInfoPackage/DuplicateName.java .final class
org/omg/PortableInterceptor/ORBInitInfoPackage/InvalidName.java . -
Uses of UserException in org.omg.PortableServer
Subclasses of UserException in org.omg.PortableServerModifier and TypeClassDescriptionfinal class
org/omg/PortableServer/ForwardRequest.java . -
Uses of UserException in org.omg.PortableServer.CurrentPackage
Subclasses of UserException in org.omg.PortableServer.CurrentPackageModifier and TypeClassDescriptionfinal class
org/omg/PortableServer/CurrentPackage/NoContext.java . -
Uses of UserException in org.omg.PortableServer.POAManagerPackage
Subclasses of UserException in org.omg.PortableServer.POAManagerPackageModifier and TypeClassDescriptionfinal class
org/omg/PortableServer/POAManagerPackage/AdapterInactive.java . -
Uses of UserException in org.omg.PortableServer.POAPackage
Subclasses of UserException in org.omg.PortableServer.POAPackageModifier and TypeClassDescriptionfinal class
org/omg/PortableServer/POAPackage/AdapterAlreadyExists.java .final class
org/omg/PortableServer/POAPackage/AdapterNonExistent.java .final class
org/omg/PortableServer/POAPackage/InvalidPolicy.java .final class
org/omg/PortableServer/POAPackage/NoServant.java .final class
org/omg/PortableServer/POAPackage/ObjectAlreadyActive.java .final class
org/omg/PortableServer/POAPackage/ObjectNotActive.java .final class
org/omg/PortableServer/POAPackage/ServantAlreadyActive.java .final class
org/omg/PortableServer/POAPackage/ServantNotActive.java .final class
org/omg/PortableServer/POAPackage/WrongAdapter.java .final class
org/omg/PortableServer/POAPackage/WrongPolicy.java .