|
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 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
|
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
|
|
Java Platform 1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |