Uses of Class
org.omg.CORBA.UserException

Packages that use UserException
org.apache.yoko.orb.IMR   
org.apache.yoko.orb.OAD   
org.apache.yoko.orb.OB   
org.apache.yoko.orb.OB.BootManagerPackage   
org.apache.yoko.orb.OB.CorbalocURLSchemePackage   
org.apache.yoko.orb.OB.URLRegistryPackage   
org.apache.yoko.orb.OBMessaging   
org.apache.yoko.orb.OCI   
org.apache.yoko.orb.PortableServer   
org.omg.CORBA   
org.omg.CORBA.ORBPackage   
org.omg.CORBA.PollableSetPackage   
org.omg.CORBA.TypeCodePackage   
org.omg.CosNaming.NamingContextExtPackage   
org.omg.CosNaming.NamingContextPackage   
org.omg.CosTransactions   
org.omg.DynamicAny   
org.omg.DynamicAny.DynAnyPackage   
org.omg.IOP.CodecFactoryPackage   
org.omg.IOP.CodecPackage   
org.omg.MessageRouting   
org.omg.PortableInterceptor   
org.omg.PortableInterceptor.ORBInitInfoPackage   
org.omg.PortableServer.CurrentPackage   
org.omg.PortableServer.POAManagerFactoryPackage   
org.omg.PortableServer.POAManagerPackage   
org.omg.PortableServer.POAPackage   
 

Uses of UserException in org.apache.yoko.orb.IMR
 

Subclasses of UserException in org.apache.yoko.orb.IMR
 class _NoSuchPOA
          A NoSuchPOA exception indicates that the poa detailed in the member poa doesn't exist.
 class NoSuchOAD
          A NoSuchOAD exception indicates that the OAD detailed in the member name doesn't exist.
 class NoSuchServer
          A NoSuchServer exception indicates that the server detailed in the member name doesn't exist.
 class OADAlreadyExists
          An OADAlreadyExists exception indicates that the OAD record detailed in the member name already exists.
 class OADNotRunning
          A OADNotRunning exception indicates that the OAD detailed in the member host isn't up.
 class OADRunning
          An OADRunning exception indicates that the OAD detailed in the member name is up.
 class POAAlreadyRegistered
          A POAAlreadyRegistered exception indicates that the POA detailed in the member poa doesn't exist in the server specified in in the member name.
 class ServerAlreadyRegistered
          A ServerAlreadyRegistered exception indicates that the server detailed in the member name already exists.
 class ServerNotRunning
          A ServerNotRunning exception indicates that the Server detailed in the member host isn't running.
 class ServerRunning
          An ServerRunning exception indicates that the Server detailed in the member name is active.
 

Uses of UserException in org.apache.yoko.orb.OAD
 

Subclasses of UserException in org.apache.yoko.orb.OAD
 class AlreadyLinked
          This exception is raised if a link already exists between a Process and the ProcessManager
 

Uses of UserException in org.apache.yoko.orb.OB
 

Subclasses of UserException in org.apache.yoko.orb.OB
 class InvalidThreadPool
           
 

Methods in org.apache.yoko.orb.OB with parameters of type UserException
 OutputStream Upcall.beginUserException(UserException ex)
           
 OutputStream PIUpcall.beginUserException(UserException ex)
           
 void DowncallStub.setUserException(Downcall down, UserException ex)
           
 void DowncallStub.setUserException(Downcall down, UserException ex, String exId)
           
 void Downcall.setUserException(UserException ex)
           
 void PIDowncall.setUserException(UserException ex)
           
 void Upcall.setUserException(UserException ex)
           
 void PIUpcall.setUserException(UserException ex)
           
 void Downcall.setUserException(UserException ex, String exId)
           
 void PIDowncall.setUserException(UserException ex, String exId)
           
 void CollocatedServer.upcallUserException(Upcall upcall, UserException ex, ServiceContext[] replySCL)
           
 void GIOPConnection.upcallUserException(Upcall upcall, UserException ex, ServiceContext[] scl)
           
 void UpcallReturn.upcallUserException(Upcall upcall, UserException ex, ServiceContext[] scl)
           
 

Methods in org.apache.yoko.orb.OB that throw UserException
static int IORDump.run(ORB orb, String[] args)
           
 

Uses of UserException in org.apache.yoko.orb.OB.BootManagerPackage
 

Subclasses of UserException in org.apache.yoko.orb.OB.BootManagerPackage
 class AlreadyExists
          This exception indicates that a binding already exists.
 

Uses of UserException in org.apache.yoko.orb.OB.CorbalocURLSchemePackage
 

Subclasses of UserException in org.apache.yoko.orb.OB.CorbalocURLSchemePackage
 class ProtocolAlreadyExists
          Another protocol already exists with the same name.
 

Uses of UserException in org.apache.yoko.orb.OB.URLRegistryPackage
 

Subclasses of UserException in org.apache.yoko.orb.OB.URLRegistryPackage
 class SchemeAlreadyExists
          Another scheme already exists with the same name.
 

Uses of UserException in org.apache.yoko.orb.OBMessaging
 

Methods in org.apache.yoko.orb.OBMessaging that throw UserException
 void UserExceptionRaiseProxy.raise_with_list(_ExceptionHolder exceptHolder, TypeCode[] exceptList)
           
 void UserExceptionRaiseProxy.raise(_ExceptionHolder execptHolder)
           
 

Uses of UserException in org.apache.yoko.orb.OCI
 

Subclasses of UserException in org.apache.yoko.orb.OCI
 class FactoryAlreadyExists
          A factory with the given plugin id already exists.
 class InvalidParam
          A parameter is invalid.
 class NoSuchFactory
          No factory with the given plugin id could be found.
 

Uses of UserException in org.apache.yoko.orb.PortableServer
 

Methods in org.apache.yoko.orb.PortableServer with parameters of type UserException
 OutputStream Delegate._OB_beginUserException(Servant self, Upcall up, UserException ex)
           
protected  OutputStream Servant._OB_beginUserException(Upcall up, UserException ex)
           
 

Uses of UserException in org.omg.CORBA
 

Subclasses of UserException in org.omg.CORBA
 class Bounds
           
 class InvalidPolicies
           
 class PolicyError
           
 class UnknownUserException
           
 class WrongTransaction
           
 

Uses of UserException in org.omg.CORBA.ORBPackage
 

Subclasses of UserException in org.omg.CORBA.ORBPackage
 class InconsistentTypeCode
           
 

Uses of UserException in org.omg.CORBA.PollableSetPackage
 

Subclasses of UserException in org.omg.CORBA.PollableSetPackage
 class NoPossiblePollable
           
 class UnknownPollable
           
 

Uses of UserException in org.omg.CORBA.TypeCodePackage
 

Subclasses of UserException in org.omg.CORBA.TypeCodePackage
 class BadKind
           
 

Uses of UserException in org.omg.CosNaming.NamingContextExtPackage
 

Subclasses of UserException in org.omg.CosNaming.NamingContextExtPackage
 class InvalidAddress
          org/omg/CosNaming/NamingContextExtPackage/InvalidAddress.java .
 

Uses of UserException in org.omg.CosNaming.NamingContextPackage
 

Subclasses of UserException in org.omg.CosNaming.NamingContextPackage
 class AlreadyBound
          org/omg/CosNaming/NamingContextPackage/AlreadyBound.java .
 class CannotProceed
          org/omg/CosNaming/NamingContextPackage/CannotProceed.java .
 class NotEmpty
          org/omg/CosNaming/NamingContextPackage/NotEmpty.java .
 class NotFound
          org/omg/CosNaming/NamingContextPackage/NotFound.java .
 

Uses of UserException in org.omg.CosTransactions
 

Subclasses of UserException in org.omg.CosTransactions
 class HeuristicCommit
          org/omg/CosTransactions/HeuristicCommit.java .
 class HeuristicHazard
          org/omg/CosTransactions/HeuristicHazard.java .
 class HeuristicMixed
          org/omg/CosTransactions/HeuristicMixed.java .
 class HeuristicRollback
          org/omg/CosTransactions/HeuristicRollback.java .
 class Inactive
          org/omg/CosTransactions/Inactive.java .
 class InvalidControl
          org/omg/CosTransactions/InvalidControl.java .
 class NotPrepared
          org/omg/CosTransactions/NotPrepared.java .
 class NoTransaction
          org/omg/CosTransactions/NoTransaction.java .
 class NotSubtransaction
          org/omg/CosTransactions/NotSubtransaction.java .
 class SubtransactionsUnavailable
          org/omg/CosTransactions/SubtransactionsUnavailable.java .
 class SynchronizationUnavailable
          org/omg/CosTransactions/SynchronizationUnavailable.java .
 class Unavailable
          org/omg/CosTransactions/Unavailable.java .
 

Uses of UserException in org.omg.DynamicAny
 

Subclasses of UserException in org.omg.DynamicAny
 class MustTruncate
           
 

Uses of UserException in org.omg.DynamicAny.DynAnyPackage
 

Subclasses of UserException in org.omg.DynamicAny.DynAnyPackage
 class InvalidValue
           
 class TypeMismatch
           
 

Uses of UserException in org.omg.IOP.CodecFactoryPackage
 

Subclasses of UserException in org.omg.IOP.CodecFactoryPackage
 class UnknownEncoding
           
 

Uses of UserException in org.omg.IOP.CodecPackage
 

Subclasses of UserException in org.omg.IOP.CodecPackage
 class FormatMismatch
           
 class InvalidTypeForEncoding
           
 

Uses of UserException in org.omg.MessageRouting
 

Subclasses of UserException in org.omg.MessageRouting
 class InvalidState
           
 class ReplyNotAvailable
           
 

Uses of UserException in org.omg.PortableInterceptor
 

Subclasses of UserException in org.omg.PortableInterceptor
 class ForwardRequest
           
 class InvalidSlot
           
 

Uses of UserException in org.omg.PortableInterceptor.ORBInitInfoPackage
 

Subclasses of UserException in org.omg.PortableInterceptor.ORBInitInfoPackage
 class DuplicateName
           
 class InvalidName
           
 

Uses of UserException in org.omg.PortableServer.CurrentPackage
 

Subclasses of UserException in org.omg.PortableServer.CurrentPackage
 class NoContext
           
 

Uses of UserException in org.omg.PortableServer.POAManagerFactoryPackage
 

Subclasses of UserException in org.omg.PortableServer.POAManagerFactoryPackage
 class ManagerAlreadyExists
          A POAManager already exists with the same name.
 

Uses of UserException in org.omg.PortableServer.POAManagerPackage
 

Subclasses of UserException in org.omg.PortableServer.POAManagerPackage
 class AdapterInactive
           
 

Uses of UserException in org.omg.PortableServer.POAPackage
 

Subclasses of UserException in org.omg.PortableServer.POAPackage
 class AdapterAlreadyExists
           
 class AdapterNonExistent
           
 class InvalidPolicy
           
 class NoServant
           
 class ObjectAlreadyActive
           
 class ObjectNotActive
           
 class ServantAlreadyActive
           
 class ServantNotActive
           
 class WrongAdapter
           
 class WrongPolicy
           
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.