|
JavaTM 2 Platform Std. Ed. v1.3.1 |
|||||||||
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 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 | |
class |
Bounds
A user exception thrown when a parameter is not within the legal bounds for the object that a method is trying to access. |
class |
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 |
class |
UnknownUserException
A class that contains user exceptions returned by the server. |
class |
WrongTransaction
The CORBA WrongTransaction user-defined exception. |
Uses of UserException in org.omg.CORBA.DynAnyPackage |
Subclasses of UserException in org.omg.CORBA.DynAnyPackage | |
class |
Invalid
Invalid is thrown by dynamic any operations when a bad DynAny or Any is passed as a parameter. |
class |
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. |
class |
InvalidValue
|
class |
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 | |
class |
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 . |
class |
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 | |
class |
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 | |
class |
AlreadyBound
|
class |
CannotProceed
|
class |
NotEmpty
|
class |
NotFound
|
|
JavaTM 2 Platform Std. Ed. v1.3.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2001 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.