Uses of Class
org.omg.CORBA.UserException
-
Packages that use UserException Package Description org.omg.CORBA Provides the mapping of the OMG CORBA APIs to the Java™ programming language, including the classORB, 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 theDynAnyinterface (InvalidValue,Invalid,InvalidSeq, andTypeMismatch).org.omg.CORBA.ORBPackage Provides the exceptionInvalidName, which is thrown by the methodORB.resolve_initial_referencesand the exceptionInconsistentTypeCode, which is thrown by the Dynamic Any creation methods in the ORB class.org.omg.CORBA.TypeCodePackage Provides the user-defined exceptionsBadKindandBounds, which are thrown by methods in in the classTypeCode.org.omg.CosNaming.NamingContextExtPackage This package contains the following classes, which are used inorg.omg.CosNaming.NamingContextExt:AddressHelperStringNameHelperURLStringHelperInvalidAddressorg.omg.CosNaming.NamingContextPackage This package contains Exception classes for theorg.omg.CosNamingpackage.org.omg.DynamicAny.DynAnyFactoryPackage This package contains classes and exceptions from theDynAnyFactoryinterface of theDynamicAnymodule specified in the OMG The Common Object Request Broker: Architecture and Specification, formal/99-10-07, section 9.2.2.org.omg.DynamicAny.DynAnyPackage This package contains classes and exceptions from theDynAnyinterface of theDynamicAnymodule specified in the OMG The Common Object Request Broker: Architecture and Specification, formal/99-10-07, section 9.2.org.omg.IOP.CodecFactoryPackage This package contains the exceptions specified in the IOP::CodeFactory interface (as part of the Portable Interceptors spec).org.omg.IOP.CodecPackage This package is generated from the IOP::Codec IDL interface definition.org.omg.PortableInterceptor Provides a mechanism to register ORB hooks through which ORB services can intercept the normal flow of execution of the ORB.org.omg.PortableInterceptor.ORBInitInfoPackage This package contains the exceptions and typedefs from theORBInitInfolocal interface of thePortableInterceptormodule specified in the OMG Portable Interceptor specification, ptc/2000-08-06, section 21.7.2.org.omg.PortableServer Provides classes and interfaces for making the server side of your applications portable across multivendor ORBs.org.omg.PortableServer.CurrentPackage Provides method implementations with access to the identity of the object on which the method was invoked.org.omg.PortableServer.POAManagerPackage Encapsulates the processing state of the POAs it is associated with.org.omg.PortableServer.POAPackage Allows programmers to construct object implementations that are portable between different ORB products. -
-
Uses of UserException in org.omg.CORBA
Subclasses of UserException in org.omg.CORBA Modifier and Type Class Description classBoundsA user exception thrown when a parameter is not within the legal bounds for the object that a method is trying to access.classPolicyErrorA user exception thrown when a policy error occurs.classUnknownUserExceptionA class that contains user exceptions returned by the server.classWrongTransactionThe CORBAWrongTransactionuser-defined exception. -
Uses of UserException in org.omg.CORBA.DynAnyPackage
Subclasses of UserException in org.omg.CORBA.DynAnyPackage Modifier and Type Class Description classInvalidInvalid is thrown by dynamic any operations when a badDynAnyorAnyis passed as a parameter.classInvalidSeqThe InvalidSeq exception is thrown by all operations on dynamic anys that take a sequence (Java array) as an argument, when that sequence is invalid.classInvalidValueclassTypeMismatchTypeMismatch 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.ORBPackage Modifier and Type Class Description classInconsistentTypeCodeInconsistentTypeCode is thrown when an attempt is made to create a dynamic any with a type code that does not match the particular subclass ofDynAny.classInvalidNameTheInvalidNameexception is raised whenORB.resolve_initial_referencesis passed a name for which there is no initial reference. -
Uses of UserException in org.omg.CORBA.TypeCodePackage
Subclasses of UserException in org.omg.CORBA.TypeCodePackage Modifier and Type Class Description classBadKindThe exceptionBadKindis thrown when an inappropriate operation is invoked on aTypeCodeobject.classBoundsProvides theTypeCodeoperationsmember_name(),member_type(), andmember_label. -
Uses of UserException in org.omg.CosNaming.NamingContextExtPackage
Subclasses of UserException in org.omg.CosNaming.NamingContextExtPackage Modifier and Type Class Description classInvalidAddressorg/omg/CosNaming/NamingContextExtPackage/InvalidAddress.java . -
Uses of UserException in org.omg.CosNaming.NamingContextPackage
Subclasses of UserException in org.omg.CosNaming.NamingContextPackage Modifier and Type Class Description classAlreadyBoundorg/omg/CosNaming/NamingContextPackage/AlreadyBound.java .classCannotProceedorg/omg/CosNaming/NamingContextPackage/CannotProceed.java .classInvalidNameorg/omg/CosNaming/NamingContextPackage/InvalidName.java .classNotEmptyorg/omg/CosNaming/NamingContextPackage/NotEmpty.java .classNotFoundorg/omg/CosNaming/NamingContextPackage/NotFound.java . -
Uses of UserException in org.omg.DynamicAny.DynAnyFactoryPackage
Subclasses of UserException in org.omg.DynamicAny.DynAnyFactoryPackage Modifier and Type Class Description classInconsistentTypeCodeorg/omg/DynamicAny/DynAnyFactoryPackage/InconsistentTypeCode.java . -
Uses of UserException in org.omg.DynamicAny.DynAnyPackage
Subclasses of UserException in org.omg.DynamicAny.DynAnyPackage Modifier and Type Class Description classInvalidValueorg/omg/DynamicAny/DynAnyPackage/InvalidValue.java .classTypeMismatchorg/omg/DynamicAny/DynAnyPackage/TypeMismatch.java . -
Uses of UserException in org.omg.IOP.CodecFactoryPackage
Subclasses of UserException in org.omg.IOP.CodecFactoryPackage Modifier and Type Class Description classUnknownEncodingorg/omg/IOP/CodecFactoryPackage/UnknownEncoding.java . -
Uses of UserException in org.omg.IOP.CodecPackage
Subclasses of UserException in org.omg.IOP.CodecPackage Modifier and Type Class Description classFormatMismatchorg/omg/IOP/CodecPackage/FormatMismatch.java .classInvalidTypeForEncodingorg/omg/IOP/CodecPackage/InvalidTypeForEncoding.java .classTypeMismatchorg/omg/IOP/CodecPackage/TypeMismatch.java . -
Uses of UserException in org.omg.PortableInterceptor
Subclasses of UserException in org.omg.PortableInterceptor Modifier and Type Class Description classForwardRequestorg/omg/PortableInterceptor/ForwardRequest.java .classInvalidSlotorg/omg/PortableInterceptor/InvalidSlot.java . -
Uses of UserException in org.omg.PortableInterceptor.ORBInitInfoPackage
Subclasses of UserException in org.omg.PortableInterceptor.ORBInitInfoPackage Modifier and Type Class Description classDuplicateNameorg/omg/PortableInterceptor/ORBInitInfoPackage/DuplicateName.java .classInvalidNameorg/omg/PortableInterceptor/ORBInitInfoPackage/InvalidName.java . -
Uses of UserException in org.omg.PortableServer
Subclasses of UserException in org.omg.PortableServer Modifier and Type Class Description classForwardRequestorg/omg/PortableServer/ForwardRequest.java . -
Uses of UserException in org.omg.PortableServer.CurrentPackage
Subclasses of UserException in org.omg.PortableServer.CurrentPackage Modifier and Type Class Description classNoContextorg/omg/PortableServer/CurrentPackage/NoContext.java . -
Uses of UserException in org.omg.PortableServer.POAManagerPackage
Subclasses of UserException in org.omg.PortableServer.POAManagerPackage Modifier and Type Class Description classAdapterInactiveorg/omg/PortableServer/POAManagerPackage/AdapterInactive.java . -
Uses of UserException in org.omg.PortableServer.POAPackage
Subclasses of UserException in org.omg.PortableServer.POAPackage Modifier and Type Class Description classAdapterAlreadyExistsorg/omg/PortableServer/POAPackage/AdapterAlreadyExists.java .classAdapterNonExistentorg/omg/PortableServer/POAPackage/AdapterNonExistent.java .classInvalidPolicyorg/omg/PortableServer/POAPackage/InvalidPolicy.java .classNoServantorg/omg/PortableServer/POAPackage/NoServant.java .classObjectAlreadyActiveorg/omg/PortableServer/POAPackage/ObjectAlreadyActive.java .classObjectNotActiveorg/omg/PortableServer/POAPackage/ObjectNotActive.java .classServantAlreadyActiveorg/omg/PortableServer/POAPackage/ServantAlreadyActive.java .classServantNotActiveorg/omg/PortableServer/POAPackage/ServantNotActive.java .classWrongAdapterorg/omg/PortableServer/POAPackage/WrongAdapter.java .classWrongPolicyorg/omg/PortableServer/POAPackage/WrongPolicy.java .
-