Uses of Class org.omg.CORBA.UserException

Uses in package org.omg.CORBA.ORBPackage

Classes derived from org.omg.CORBA.UserException

class
The exception is thrown in response of the attempt to create the dynamic with an unmatching type code.
class
The exception is thrown by ORB.resolve_initial_references(String) in response of passing a name for which there is no initial reference.

Uses in package org.omg.PortableInterceptor.ORBInitInfoPackage

Classes derived from org.omg.CORBA.UserException

class
This exception is raised on an attempt to register a second org.omg.PortableInterceptor.Interceptor with the same name.
class
This exception is raised by methods in ORBInitInfoOperations on the attempt to register or resolve an invalid name like empty string.

Uses in package org.omg.DynamicAny.DynAnyFactoryPackage

Classes derived from org.omg.CORBA.UserException

class
The InconsistentTypeCode is thrown on the attempt to create an DynAny for Principal or native data types.

Uses in package org.omg.PortableServer.CurrentPackage

Classes derived from org.omg.CORBA.UserException

class
This exception may be thrown by methods in CurrentOperations if they are invoked outside the context of a POA-dispatched operation.

Uses in package org.omg.CORBA.DynAnyPackage

Classes derived from org.omg.CORBA.UserException

class
This exception is thrown by dynamic any operations when a bad DynAny or Any is passed as a parameter.
class
This exception is thrown by by dynamic any operations when a bad sequence is passed as a parameter.
class
This expception in response to insert the inapproriate value into dynamic Any, usually by the DynAny.insert_*(value) method group.
class
This exception is thrown by dynamic any accessor methods when type of the actual contents do not match what is trying to be accessed.

Uses in package org.omg.IOP.CodecFactoryPackage

Classes derived from org.omg.CORBA.UserException

class
The CodecFactoryOperations.create_codec(Encoding) raises UnknownEncoding if that factory cannot create a Codec of the given encoding.

Uses in package org.omg.CosNaming.NamingContextExtPackage

Classes derived from org.omg.CORBA.UserException

class
The exception is thrown if the passed address is empty or otherwise invalid.

Uses in package org.omg.PortableServer.POAManagerPackage

Classes derived from org.omg.CORBA.UserException

class
Raised when the current operation is not applicable for the system because the POA manager is in an inactive State.

Uses in package org.omg.CORBA.TypeCodePackage

Classes derived from org.omg.CORBA.UserException

class
This exception is thrown when an inappropriate operation is invoked on a TypeCode object.
class
The TypeCode.member_name(int), TypeCode.member_type(int) and TypeCode.member_label(int) raise Bounds when the parameter is larger than the index of the last member, constituting the type.

Uses in package org.omg.PortableServer

Classes derived from org.omg.CORBA.UserException

class
This exception is raised by ServantManager to indicate that the invocation target has moved to another known location.

Uses in package org.omg.PortableServer.POAPackage

Classes derived from org.omg.CORBA.UserException

class
Raised if the target POA already has a child POA with the specified name (during creation of the new POA as a child of the target POA).
class
The AdapterNonExistent is thrown if the parent POA cannot locate the required child POA.
class
Raised if any of the policy objects specified is not supported by this ORB implementation, if conflicting policy objects are specified, or if any of the specified policy objects require prior administrative action that has not been performed.
class
Raised when trying to get the default servant, when no default servant has been associated with POA.
class
Raised in response to activate the already active object.
class
Raised in several cases when the operation would be applicable to the activated object, but the current object is not active.
class
Raised in response to activate the already active object when the UNIQUE_ID (single ID per object, default) policy is active.
class
Raised in several cases when the operation would be applicable to the activated servant, but the current object is not active.
class
Raised when invoking POA operations, requiring that the target object would be created by this POA, if this condition is not satisfied.
class
Raised when invoking the operation that is not allowed by the current combination of the used policies.

Uses in package org.omg.DynamicAny.DynAnyPackage

Classes derived from org.omg.CORBA.UserException

class
Raised when the operation on DynAny cannot be performed because one of the parameters, while having the correct type, has the invalid value.
class
Raised when the operation cannot be performed because the involved data structure has the mismatching typecode.

Uses in package org.omg.CosNaming.NamingContextPackage

Classes derived from org.omg.CORBA.UserException

class
The exception is thrown in response to bind the same object into the same context repeatedly under the different name.
class
The exception is raised when the naming service has given up for some reason.
class
The exception is thrown if the name has the zero length or is otherwise invalid.
class
This exception is thrown in response to the attemt to destroy the non tempty context.
class
The exception is thrown when the binding being searched does not exist or has the wrong type

Uses in package org.omg.CORBA

Classes derived from org.omg.CORBA.UserException

class
Thrown when a parameter is outside the bounds for a particular object a method is trying to access.
class
The exception is thrown when a policy error occurs.
class
A wrapper against an unknown user exception that has been thrown on remote side and returned by the server.
class
Thrown when the transaction scope mismatches.

Uses in package org.omg.PortableInterceptor

Classes derived from org.omg.CORBA.UserException

class
The ForwardRequest is thrown by interceptors to forward the request to another target.
class
The InvalidSlot is thrown when the slot identifier, passed in one of the methods, related to Current, does not define a valid slot.

Uses in package org.omg.IOP.CodecPackage

Classes derived from org.omg.CORBA.UserException

class
This exception is raised by CodecOperations.decode(byte[]) or CodecOperations.decode_value(byte[],TypeCode) when the data in the octet sequence cannot be decoded into Any.
class
This exception is raised by CodecOperations.encode(Any) or CodecOperations.encode_value(Any) when the type is not valid for the encoding.
class
The TypeMismatch may be thrown by various methods in org.omg.DynamicAny package when the operation is not applicable due unexpected TypeCode.