JavaTM 2 Platform
Standard Edition

Uses of Class
org.omg.CORBA.UserException

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 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.TypeCodePackage Provides the user-defined exceptions BadKind and Bounds, which are thrown by methods in in the class TypeCode
org.omg.CosNaming.NamingContextPackage Provides the exceptions used in the package org.omg.CosNaming (AlreadyBound, CannotProceed, InvalidName, NotEmpty, and NotFound) and also the Helper and Holder classes for those exceptions. 
 

Uses of UserException in org.omg.CORBA
 

Subclasses of UserException in org.omg.CORBA
 interface Bounds
           
 interface PolicyError
          An exception carrying one of the following policy error reason codes defined in the org.omg.CORBA package: BAD_POLICY, BAD_POLICY_TYPE, BAD_POLICY_VALUE, UNSUPPORTED_POLICY, UNSUPPORTED_POLICY_VALUE
 interface UnknownUserException
          A class that contains user exceptions returned by the server.
 interface WrongTransaction
          The CORBA WrongTransaction user-defined exception.
 

Uses of UserException in org.omg.CORBA.DynAnyPackage
 

Subclasses of UserException in org.omg.CORBA.DynAnyPackage
 interface Invalid
          Invalid is thrown by dynamic any operations when a bad DynAny or Any is passed as a parameter.
 interface 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.
 interface InvalidValue
           
 interface TypeMismatch
          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.ORBPackage
 interface 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.
 interface InvalidName
          The InvalidName exception is raised when ORB.resolve_initial_references is 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 BadKind
          The exception BadKind is thrown when an inappropriate operation is invoked on a TypeCode object.
 

Uses of UserException in org.omg.CosNaming.NamingContextPackage
 

Subclasses of UserException in org.omg.CosNaming.NamingContextPackage
 interface AlreadyBound
           
 interface CannotProceed
           
 interface NotEmpty
           
 interface NotFound
           
 


JavaTM 2 Platform
Standard Edition

Submit a bug or feature
Java, Java 2D, and JDBC are a trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1999 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.