| 
 | Java Platform 1.2 | |||||||||
| 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.NamingContextPackage | Provides the exceptions used in the package org.omg.CosNaming(AlreadyBound,CannotProceed,InvalidName,NotEmpty, andNotFound) 
and also theHelperandHolderclasses for those
exceptions. | 
| Uses of UserException in org.omg.CORBA | 
| Subclasses of UserException in org.omg.CORBA | |
|  interface | Bounds | 
|  interface | PolicyError | 
|  interface | UnknownUserExceptionA class that contains user exceptions returned by the server. | 
|  interface | WrongTransactionThe CORBA WrongTransactionuser-defined exception. | 
| Uses of UserException in org.omg.CORBA.DynAnyPackage | 
| Subclasses of UserException in org.omg.CORBA.DynAnyPackage | |
|  interface | InvalidInvalid is thrown by dynamic any operations when a bad DynAnyorAnyis passed as a parameter. | 
|  interface | 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. | 
|  interface | InvalidValue | 
|  interface | 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 | |
|  interface | 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. | 
|  interface | 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 | |
|  interface | BadKindThe exception BadKindis thrown when 
 an inappropriate operation is invoked on aTypeCodeobject. | 
| Uses of UserException in org.omg.CosNaming.NamingContextPackage | 
| Subclasses of UserException in org.omg.CosNaming.NamingContextPackage | |
|  interface | AlreadyBound | 
|  interface | CannotProceed | 
|  interface | NotEmpty | 
|  interface | NotFound | 
| 
 | Java Platform 1.2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||