| 
 | JavaTM 2 Platform Standard Ed. 5.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UserException | |
|---|---|
| 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 DynAnyinterface 
(InvalidValue,Invalid,InvalidSeq, andTypeMismatch). | 
| org.omg.CORBA.ORBPackage | Provides the exception InvalidName, 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 exceptions BadKindandBounds, which are thrown by methods in
in the classTypeCode. | 
| org.omg.CosNaming.NamingContextExtPackage | This package contains the following classes, which are used in org.omg.CosNaming.NamingContextExt: | 
| org.omg.CosNaming.NamingContextPackage | This package contains Exception classes for the org.omg.CosNaming package. | 
| 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 the ORBInitInfo local interface of the PortableInterceptor module specified in the OMG Portable Interceptor specification, http://cgi.omg.org/cgi-bin/doc?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 | |
|---|---|
|  class | BoundsA user exception thrown when a parameter is not within the legal bounds for the object that a method is trying to access. | 
|  class | PolicyErrorA user exception thrown when a policy error occurs. | 
|  class | UnknownUserExceptionA class that contains user exceptions returned by the server. | 
|  class | WrongTransactionThe CORBA WrongTransactionuser-defined exception. | 
| Uses of UserException in org.omg.CORBA.DynAnyPackage | 
|---|
| Subclasses of UserException in org.omg.CORBA.DynAnyPackage | |
|---|---|
|  class | InvalidInvalid is thrown by dynamic any operations when a bad DynAnyorAnyis passed as a parameter. | 
|  class | InvalidSeqThe 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 | TypeMismatchTypeMismatch 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 | |
|---|---|
|  class | InconsistentTypeCodeInconsistentTypeCode 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 | InvalidNameThe InvalidNameexception 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 | |
|---|---|
|  class | BadKindThe exception BadKindis thrown when 
 an inappropriate operation is invoked on aTypeCodeobject. | 
| Uses of UserException in org.omg.CosNaming.NamingContextExtPackage | 
|---|
| Subclasses of UserException in org.omg.CosNaming.NamingContextExtPackage | |
|---|---|
|  class | InvalidAddressorg/omg/CosNaming/NamingContextExtPackage/InvalidAddress.java . | 
| Uses of UserException in org.omg.CosNaming.NamingContextPackage | 
|---|
| Subclasses of UserException in org.omg.CosNaming.NamingContextPackage | |
|---|---|
|  class | AlreadyBoundorg/omg/CosNaming/NamingContextPackage/AlreadyBound.java . | 
|  class | CannotProceedorg/omg/CosNaming/NamingContextPackage/CannotProceed.java . | 
|  class | NotEmptyorg/omg/CosNaming/NamingContextPackage/NotEmpty.java . | 
|  class | NotFoundorg/omg/CosNaming/NamingContextPackage/NotFound.java . | 
| Uses of UserException in org.omg.IOP.CodecFactoryPackage | 
|---|
| Subclasses of UserException in org.omg.IOP.CodecFactoryPackage | |
|---|---|
|  class | UnknownEncodingorg/omg/IOP/CodecFactoryPackage/UnknownEncoding.java . | 
| Uses of UserException in org.omg.IOP.CodecPackage | 
|---|
| Subclasses of UserException in org.omg.IOP.CodecPackage | |
|---|---|
|  class | FormatMismatchorg/omg/IOP/CodecPackage/FormatMismatch.java . | 
|  class | InvalidTypeForEncodingorg/omg/IOP/CodecPackage/InvalidTypeForEncoding.java . | 
| Uses of UserException in org.omg.PortableInterceptor | 
|---|
| Subclasses of UserException in org.omg.PortableInterceptor | |
|---|---|
|  class | InvalidSlotorg/omg/PortableInterceptor/InvalidSlot.java . | 
| Uses of UserException in org.omg.PortableInterceptor.ORBInitInfoPackage | 
|---|
| Subclasses of UserException in org.omg.PortableInterceptor.ORBInitInfoPackage | |
|---|---|
|  class | DuplicateNameorg/omg/PortableInterceptor/ORBInitInfoPackage/DuplicateName.java . | 
| Uses of UserException in org.omg.PortableServer | 
|---|
| Subclasses of UserException in org.omg.PortableServer | |
|---|---|
|  class | ForwardRequestorg/omg/PortableServer/ForwardRequest.java . | 
| Uses of UserException in org.omg.PortableServer.CurrentPackage | 
|---|
| Subclasses of UserException in org.omg.PortableServer.CurrentPackage | |
|---|---|
|  class | NoContextorg/omg/PortableServer/CurrentPackage/NoContext.java . | 
| Uses of UserException in org.omg.PortableServer.POAManagerPackage | 
|---|
| Subclasses of UserException in org.omg.PortableServer.POAManagerPackage | |
|---|---|
|  class | AdapterInactiveorg/omg/PortableServer/POAManagerPackage/AdapterInactive.java . | 
| Uses of UserException in org.omg.PortableServer.POAPackage | 
|---|
| Subclasses of UserException in org.omg.PortableServer.POAPackage | |
|---|---|
|  class | AdapterAlreadyExistsorg/omg/PortableServer/POAPackage/AdapterAlreadyExists.java . | 
|  class | AdapterNonExistentorg/omg/PortableServer/POAPackage/AdapterNonExistent.java . | 
|  class | InvalidPolicyorg/omg/PortableServer/POAPackage/InvalidPolicy.java . | 
|  class | NoServantorg/omg/PortableServer/POAPackage/NoServant.java . | 
|  class | ObjectAlreadyActiveorg/omg/PortableServer/POAPackage/ObjectAlreadyActive.java . | 
|  class | ObjectNotActiveorg/omg/PortableServer/POAPackage/ObjectNotActive.java . | 
|  class | ServantAlreadyActiveorg/omg/PortableServer/POAPackage/ServantAlreadyActive.java . | 
|  class | ServantNotActiveorg/omg/PortableServer/POAPackage/ServantNotActive.java . | 
|  class | WrongAdapterorg/omg/PortableServer/POAPackage/WrongAdapter.java . | 
|  class | WrongPolicyorg/omg/PortableServer/POAPackage/WrongPolicy.java . | 
| 
 | JavaTM 2 Platform Standard Ed. 5.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.