Uses of Class
org.omg.CORBA.UserException

Packages that use UserException
org.jacorb.imr   
org.jacorb.imr.AdminPackage   
org.jacorb.imr.RegistrationPackage   
org.jacorb.notification   
org.jacorb.orb   
org.jacorb.orb.portableInterceptor   
org.jacorb.util.tracing.TracingServicePackage   
org.omg.ATLAS   
org.omg.BridgeTransactionMgmt   
org.omg.CORBA   
org.omg.CORBA.ORBPackage   
org.omg.CORBA.TypeCodePackage   
org.omg.CosBridgeAdmin   
org.omg.CosCollection   
org.omg.CosConcurrencyControl   
org.omg.CosEventChannelAdmin   
org.omg.CosEventComm   
org.omg.CosNaming.NamingContextExtPackage   
org.omg.CosNaming.NamingContextPackage   
org.omg.CosNotification   
org.omg.CosNotifyChannelAdmin   
org.omg.CosNotifyComm   
org.omg.CosNotifyFilter   
org.omg.CosPropertyService   
org.omg.CosTime   
org.omg.CosTransactions   
org.omg.CosTypedEventChannelAdmin   
org.omg.DynamicAny.DynAnyPackage   
org.omg.IOP.CodecFactoryPackage   
org.omg.IOP.CodecPackage   
org.omg.Messaging   
org.omg.PortableInterceptor   
org.omg.PortableInterceptor.ORBInitInfoPackage   
org.omg.PortableServer.CurrentPackage   
org.omg.PortableServer.POAManagerPackage   
org.omg.PortableServer.POAPackage   
 

Uses of UserException in org.jacorb.imr
 

Subclasses of UserException in org.jacorb.imr
 class ServerStartupFailed
          Generated from IDL exception "ServerStartupFailed".
 class UnknownServerName
          Generated from IDL exception "UnknownServerName".
 

Uses of UserException in org.jacorb.imr.AdminPackage
 

Subclasses of UserException in org.jacorb.imr.AdminPackage
 class DuplicateServerName
          Generated from IDL exception "DuplicateServerName".
 class FileOpFailed
          Generated from IDL exception "FileOpFailed".
 class IllegalServerName
          Generated from IDL exception "IllegalServerName".
 class UnknownHostName
          Generated from IDL exception "UnknownHostName".
 

Uses of UserException in org.jacorb.imr.RegistrationPackage
 

Subclasses of UserException in org.jacorb.imr.RegistrationPackage
 class DuplicatePOAName
          Generated from IDL exception "DuplicatePOAName".
 class IllegalHostName
          Generated from IDL exception "IllegalHostName".
 class IllegalPOAName
          Generated from IDL exception "IllegalPOAName".
 class InvalidSSDRef
          Generated from IDL exception "InvalidSSDRef".
 

Uses of UserException in org.jacorb.notification
 

Constructors in org.jacorb.notification that throw UserException
AbstractChannelFactory(org.picocontainer.MutablePicoContainer container, ORB orb)
           
EventChannelFactoryImpl(org.picocontainer.MutablePicoContainer container, ORB orb)
           
TypedEventChannelFactoryImpl(org.picocontainer.MutablePicoContainer container, ORB orb)
           
 

Uses of UserException in org.jacorb.orb
 

Methods in org.jacorb.orb that return UserException
 UserException ExceptionHolderImpl.exceptionFromHelper(java.lang.String id, InputStream input)
          Given a repository id, tries to find a helper for the corresponding class and uses it to unmarshal an instance of this class from the given InputStream.
 

Methods in org.jacorb.orb that throw UserException
 void ExceptionHolderImpl.raise_exception_with_list(ExceptionList exc_list)
           
 void ExceptionHolderImpl.raise_exception()
           
 

Uses of UserException in org.jacorb.orb.portableInterceptor
 

Methods in org.jacorb.orb.portableInterceptor that throw UserException
protected abstract  void AbstractInterceptorIterator.invoke(Interceptor interceptor)
           
protected  void IORInterceptorIterator.invoke(Interceptor interceptor)
           
protected  void ClientInterceptorIterator.invoke(Interceptor interceptor)
          Iterates over the enumeration, i.e.
protected  void ServerInterceptorIterator.invoke(Interceptor interceptor)
           
protected  void AbstractInterceptorIterator.iterate()
           
 void ClientInterceptorIterator.iterate(ClientRequestInfoImpl info, short op)
           
 void IORInterceptorIterator.iterate(IORInfoImpl info)
           
 void ServerInterceptorIterator.iterate(ServerRequestInfoImpl info, short op)
          Iterates over the enumeration, i.e.
 

Uses of UserException in org.jacorb.util.tracing.TracingServicePackage
 

Subclasses of UserException in org.jacorb.util.tracing.TracingServicePackage
 class NoSuchRequestId
          Generated from IDL exception "NoSuchRequestId".
 

Uses of UserException in org.omg.ATLAS
 

Subclasses of UserException in org.omg.ATLAS
 class IllegalTokenRequest
          Generated from IDL exception "IllegalTokenRequest".
 class TokenOkay
          Generated from IDL exception "TokenOkay".
 

Uses of UserException in org.omg.BridgeTransactionMgmt
 

Subclasses of UserException in org.omg.BridgeTransactionMgmt
 class TransactionActive
          Generated from IDL exception "TransactionActive".
 class TransactionAlreadyActive
          Generated from IDL exception "TransactionAlreadyActive".
 class UnsupportedTransaction
          Generated from IDL exception "UnsupportedTransaction".
 

Uses of UserException in org.omg.CORBA
 

Subclasses of UserException in org.omg.CORBA
 class Bounds
           
 class InvalidPolicies
          Generated from IDL exception "InvalidPolicies".
 class PolicyError
          Generated from IDL exception "PolicyError".
 class UnknownUserException
           
 class WrongTransaction
          Generated from IDL exception "WrongTransaction".
 

Uses of UserException in org.omg.CORBA.ORBPackage
 

Subclasses of UserException in org.omg.CORBA.ORBPackage
 class InconsistentTypeCode
          Generated from IDL exception "InconsistentTypeCode".
 class InvalidName
          Generated from IDL exception "InvalidName".
 

Uses of UserException in org.omg.CORBA.TypeCodePackage
 

Subclasses of UserException in org.omg.CORBA.TypeCodePackage
 class BadKind
          Generated from IDL exception "BadKind".
 

Uses of UserException in org.omg.CosBridgeAdmin
 

Subclasses of UserException in org.omg.CosBridgeAdmin
 class BridgeAlreadyStarted
          Generated from IDL exception "BridgeAlreadyStarted".
 class BridgeInactive
          Generated from IDL exception "BridgeInactive".
 class BridgeNotFound
          Generated from IDL exception "BridgeNotFound".
 class InvalidExternalEndPoints
          Generated from IDL exception "InvalidExternalEndPoints".
 

Uses of UserException in org.omg.CosCollection
 

Subclasses of UserException in org.omg.CosCollection
 class ElementInvalid
          Generated from IDL exception "ElementInvalid".
 class EmptyCollection
          Generated from IDL exception "EmptyCollection".
 class IteratorInBetween
          Generated from IDL exception "IteratorInBetween".
 class IteratorInvalid
          Generated from IDL exception "IteratorInvalid".
 class KeyInvalid
          Generated from IDL exception "KeyInvalid".
 class ParameterInvalid
          Generated from IDL exception "ParameterInvalid".
 class PositionInvalid
          Generated from IDL exception "PositionInvalid".
 

Uses of UserException in org.omg.CosConcurrencyControl
 

Subclasses of UserException in org.omg.CosConcurrencyControl
 class LockNotHeld
          Generated from IDL exception "LockNotHeld".
 

Uses of UserException in org.omg.CosEventChannelAdmin
 

Subclasses of UserException in org.omg.CosEventChannelAdmin
 class AlreadyConnected
          Generated from IDL exception "AlreadyConnected".
 class TypeError
          Generated from IDL exception "TypeError".
 

Uses of UserException in org.omg.CosEventComm
 

Subclasses of UserException in org.omg.CosEventComm
 class Disconnected
          Generated from IDL exception "Disconnected".
 

Uses of UserException in org.omg.CosNaming.NamingContextExtPackage
 

Subclasses of UserException in org.omg.CosNaming.NamingContextExtPackage
 class InvalidAddress
          Generated from IDL exception "InvalidAddress".
 

Uses of UserException in org.omg.CosNaming.NamingContextPackage
 

Subclasses of UserException in org.omg.CosNaming.NamingContextPackage
 class AlreadyBound
          Generated from IDL exception "AlreadyBound".
 class CannotProceed
          Generated from IDL exception "CannotProceed".
 class NotEmpty
          Generated from IDL exception "NotEmpty".
 class NotFound
          Generated from IDL exception "NotFound".
 

Uses of UserException in org.omg.CosNotification
 

Subclasses of UserException in org.omg.CosNotification
 class UnsupportedAdmin
          Generated from IDL exception "UnsupportedAdmin".
 class UnsupportedQoS
          Generated from IDL exception "UnsupportedQoS".
 

Uses of UserException in org.omg.CosNotifyChannelAdmin
 

Subclasses of UserException in org.omg.CosNotifyChannelAdmin
 class AdminLimitExceeded
          Generated from IDL exception "AdminLimitExceeded".
 class AdminNotFound
          Generated from IDL exception "AdminNotFound".
 class ChannelNotFound
          Generated from IDL exception "ChannelNotFound".
 class ConnectionAlreadyActive
          Generated from IDL exception "ConnectionAlreadyActive".
 class ConnectionAlreadyInactive
          Generated from IDL exception "ConnectionAlreadyInactive".
 class NotConnected
          Generated from IDL exception "NotConnected".
 class ProxyNotFound
          Generated from IDL exception "ProxyNotFound".
 

Uses of UserException in org.omg.CosNotifyComm
 

Subclasses of UserException in org.omg.CosNotifyComm
 class InvalidEventType
          Generated from IDL exception "InvalidEventType".
 

Uses of UserException in org.omg.CosNotifyFilter
 

Subclasses of UserException in org.omg.CosNotifyFilter
 class CallbackNotFound
          Generated from IDL exception "CallbackNotFound".
 class ConstraintNotFound
          Generated from IDL exception "ConstraintNotFound".
 class DuplicateConstraintID
          Generated from IDL exception "DuplicateConstraintID".
 class FilterNotFound
          Generated from IDL exception "FilterNotFound".
 class InvalidConstraint
          Generated from IDL exception "InvalidConstraint".
 class InvalidGrammar
          Generated from IDL exception "InvalidGrammar".
 class InvalidValue
          Generated from IDL exception "InvalidValue".
 class UnsupportedFilterableData
          Generated from IDL exception "UnsupportedFilterableData".
 

Uses of UserException in org.omg.CosPropertyService
 

Subclasses of UserException in org.omg.CosPropertyService
 class ConflictingProperty
          Generated from IDL exception "ConflictingProperty".
 class ConstraintNotSupported
          Generated from IDL exception "ConstraintNotSupported".
 class FixedProperty
          Generated from IDL exception "FixedProperty".
 class InvalidPropertyName
          Generated from IDL exception "InvalidPropertyName".
 class MultipleExceptions
          Generated from IDL exception "MultipleExceptions".
 class PropertyNotFound
          Generated from IDL exception "PropertyNotFound".
 class ReadOnlyProperty
          Generated from IDL exception "ReadOnlyProperty".
 class UnsupportedMode
          Generated from IDL exception "UnsupportedMode".
 class UnsupportedProperty
          Generated from IDL exception "UnsupportedProperty".
 class UnsupportedTypeCode
          Generated from IDL exception "UnsupportedTypeCode".
 

Uses of UserException in org.omg.CosTime
 

Subclasses of UserException in org.omg.CosTime
 class TimeUnavailable
          Generated from IDL exception "TimeUnavailable".
 

Uses of UserException in org.omg.CosTransactions
 

Subclasses of UserException in org.omg.CosTransactions
 class HeuristicCommit
          Generated from IDL exception "HeuristicCommit".
 class HeuristicHazard
          Generated from IDL exception "HeuristicHazard".
 class HeuristicMixed
          Generated from IDL exception "HeuristicMixed".
 class HeuristicRollback
          Generated from IDL exception "HeuristicRollback".
 class Inactive
          Generated from IDL exception "Inactive".
 class InvalidControl
          Generated from IDL exception "InvalidControl".
 class NotPrepared
          Generated from IDL exception "NotPrepared".
 class NoTransaction
          Generated from IDL exception "NoTransaction".
 class NotSubtransaction
          Generated from IDL exception "NotSubtransaction".
 class SubtransactionsUnavailable
          Generated from IDL exception "SubtransactionsUnavailable".
 class SynchronizationUnavailable
          Generated from IDL exception "SynchronizationUnavailable".
 class Unavailable
          Generated from IDL exception "Unavailable".
 

Uses of UserException in org.omg.CosTypedEventChannelAdmin
 

Subclasses of UserException in org.omg.CosTypedEventChannelAdmin
 class InterfaceNotSupported
          Generated from IDL exception "InterfaceNotSupported".
 class NoSuchImplementation
          Generated from IDL exception "NoSuchImplementation".
 

Uses of UserException in org.omg.DynamicAny.DynAnyPackage
 

Subclasses of UserException in org.omg.DynamicAny.DynAnyPackage
 class TypeMismatch
          Generated from IDL exception "TypeMismatch".
 

Uses of UserException in org.omg.IOP.CodecFactoryPackage
 

Subclasses of UserException in org.omg.IOP.CodecFactoryPackage
 class UnknownEncoding
          Generated from IDL exception "UnknownEncoding".
 

Uses of UserException in org.omg.IOP.CodecPackage
 

Subclasses of UserException in org.omg.IOP.CodecPackage
 class FormatMismatch
          Generated from IDL exception "FormatMismatch".
 class InvalidTypeForEncoding
          Generated from IDL exception "InvalidTypeForEncoding".
 

Uses of UserException in org.omg.Messaging
 

Methods in org.omg.Messaging that throw UserException
abstract  void ExceptionHolder.raise_exception_with_list(ExceptionList exc_list)
           
abstract  void ExceptionHolder.raise_exception()
           
 

Uses of UserException in org.omg.PortableInterceptor
 

Subclasses of UserException in org.omg.PortableInterceptor
 class ForwardRequest
          Generated from IDL exception "ForwardRequest".
 class InvalidSlot
          Generated from IDL exception "InvalidSlot".
 

Uses of UserException in org.omg.PortableInterceptor.ORBInitInfoPackage
 

Subclasses of UserException in org.omg.PortableInterceptor.ORBInitInfoPackage
 class DuplicateName
          Generated from IDL exception "DuplicateName".
 

Uses of UserException in org.omg.PortableServer.CurrentPackage
 

Subclasses of UserException in org.omg.PortableServer.CurrentPackage
 class NoContext
          Generated from IDL exception "NoContext".
 

Uses of UserException in org.omg.PortableServer.POAManagerPackage
 

Subclasses of UserException in org.omg.PortableServer.POAManagerPackage
 class AdapterInactive
          Generated from IDL exception "AdapterInactive".
 

Uses of UserException in org.omg.PortableServer.POAPackage
 

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