Uses of Class
org.omg.CORBA.UserException

Packages that use UserException
org.jacorb.imr   
org.jacorb.imr.AdminPackage   
org.jacorb.imr.RegistrationPackage   
org.jacorb.orb   
org.jacorb.orb.portableInterceptor   
org.jacorb.util.tracing.TracingServicePackage   
org.omg.ATLAS   
org.omg.CORBA   
org.omg.CORBA.ORBPackage   
org.omg.CORBA.TypeCodePackage   
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.CosTrading   
org.omg.CosTrading.LinkPackage   
org.omg.CosTrading.LookupPackage   
org.omg.CosTrading.ProxyPackage   
org.omg.CosTrading.RegisterPackage   
org.omg.CosTradingDynamic   
org.omg.CosTradingRepos.ServiceTypeRepositoryPackage   
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 definition of exception "ServerStartupFailed"
 class UnknownServerName
          Generated from IDL definition of exception "UnknownServerName"
 

Uses of UserException in org.jacorb.imr.AdminPackage
 

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

Uses of UserException in org.jacorb.imr.RegistrationPackage
 

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

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()
           
 void ExceptionHolderImpl.raise_exception_with_list(ExceptionList exc_list)
           
 

Uses of UserException in org.jacorb.orb.portableInterceptor
 

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

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

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

Uses of UserException in org.omg.ATLAS
 

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

Uses of UserException in org.omg.CORBA
 

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

Uses of UserException in org.omg.CORBA.ORBPackage
 

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

Uses of UserException in org.omg.CORBA.TypeCodePackage
 

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

Uses of UserException in org.omg.CosCollection
 

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

Uses of UserException in org.omg.CosConcurrencyControl
 

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

Uses of UserException in org.omg.CosEventChannelAdmin
 

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

Uses of UserException in org.omg.CosEventComm
 

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

Uses of UserException in org.omg.CosNaming.NamingContextExtPackage
 

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

Uses of UserException in org.omg.CosNaming.NamingContextPackage
 

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

Uses of UserException in org.omg.CosNotification
 

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

Uses of UserException in org.omg.CosNotifyChannelAdmin
 

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

Uses of UserException in org.omg.CosNotifyComm
 

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

Uses of UserException in org.omg.CosNotifyFilter
 

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

Uses of UserException in org.omg.CosTrading
 

Subclasses of UserException in org.omg.CosTrading
 class DuplicatePolicyName
          Generated from IDL definition of exception "DuplicatePolicyName"
 class DuplicatePropertyName
          Generated from IDL definition of exception "DuplicatePropertyName"
 class IllegalConstraint
          Generated from IDL definition of exception "IllegalConstraint"
 class IllegalOfferId
          Generated from IDL definition of exception "IllegalOfferId"
 class IllegalPropertyName
          Generated from IDL definition of exception "IllegalPropertyName"
 class IllegalServiceType
          Generated from IDL definition of exception "IllegalServiceType"
 class InvalidLookupRef
          Generated from IDL definition of exception "InvalidLookupRef"
 class MissingMandatoryProperty
          Generated from IDL definition of exception "MissingMandatoryProperty"
 class NotImplemented
          Generated from IDL definition of exception "NotImplemented"
 class PropertyTypeMismatch
          Generated from IDL definition of exception "PropertyTypeMismatch"
 class ReadonlyDynamicProperty
          Generated from IDL definition of exception "ReadonlyDynamicProperty"
 class UnknownMaxLeft
          Generated from IDL definition of exception "UnknownMaxLeft"
 class UnknownOfferId
          Generated from IDL definition of exception "UnknownOfferId"
 class UnknownServiceType
          Generated from IDL definition of exception "UnknownServiceType"
 

Uses of UserException in org.omg.CosTrading.LinkPackage
 

Subclasses of UserException in org.omg.CosTrading.LinkPackage
 class DefaultFollowTooPermissive
          Generated from IDL definition of exception "DefaultFollowTooPermissive"
 class DuplicateLinkName
          Generated from IDL definition of exception "DuplicateLinkName"
 class IllegalLinkName
          Generated from IDL definition of exception "IllegalLinkName"
 class LimitingFollowTooPermissive
          Generated from IDL definition of exception "LimitingFollowTooPermissive"
 class UnknownLinkName
          Generated from IDL definition of exception "UnknownLinkName"
 

Uses of UserException in org.omg.CosTrading.LookupPackage
 

Subclasses of UserException in org.omg.CosTrading.LookupPackage
 class IllegalPolicyName
          Generated from IDL definition of exception "IllegalPolicyName"
 class IllegalPreference
          Generated from IDL definition of exception "IllegalPreference"
 class InvalidPolicyValue
          Generated from IDL definition of exception "InvalidPolicyValue"
 class PolicyTypeMismatch
          Generated from IDL definition of exception "PolicyTypeMismatch"
 

Uses of UserException in org.omg.CosTrading.ProxyPackage
 

Subclasses of UserException in org.omg.CosTrading.ProxyPackage
 class IllegalRecipe
          Generated from IDL definition of exception "IllegalRecipe"
 class NotProxyOfferId
          Generated from IDL definition of exception "NotProxyOfferId"
 

Uses of UserException in org.omg.CosTrading.RegisterPackage
 

Subclasses of UserException in org.omg.CosTrading.RegisterPackage
 class IllegalTraderName
          Generated from IDL definition of exception "IllegalTraderName"
 class InterfaceTypeMismatch
          Generated from IDL definition of exception "InterfaceTypeMismatch"
 class InvalidObjectRef
          Generated from IDL definition of exception "InvalidObjectRef"
 class MandatoryProperty
          Generated from IDL definition of exception "MandatoryProperty"
 class NoMatchingOffers
          Generated from IDL definition of exception "NoMatchingOffers"
 class ProxyOfferId
          Generated from IDL definition of exception "ProxyOfferId"
 class ReadonlyProperty
          Generated from IDL definition of exception "ReadonlyProperty"
 class RegisterNotSupported
          Generated from IDL definition of exception "RegisterNotSupported"
 class UnknownPropertyName
          Generated from IDL definition of exception "UnknownPropertyName"
 class UnknownTraderName
          Generated from IDL definition of exception "UnknownTraderName"
 

Uses of UserException in org.omg.CosTradingDynamic
 

Subclasses of UserException in org.omg.CosTradingDynamic
 class DPEvalFailure
          Generated from IDL definition of exception "DPEvalFailure"
 

Uses of UserException in org.omg.CosTradingRepos.ServiceTypeRepositoryPackage
 

Subclasses of UserException in org.omg.CosTradingRepos.ServiceTypeRepositoryPackage
 class AlreadyMasked
          Generated from IDL definition of exception "AlreadyMasked"
 class DuplicateServiceTypeName
          Generated from IDL definition of exception "DuplicateServiceTypeName"
 class HasSubTypes
          Generated from IDL definition of exception "HasSubTypes"
 class NotMasked
          Generated from IDL definition of exception "NotMasked"
 class ServiceTypeExists
          Generated from IDL definition of exception "ServiceTypeExists"
 class ValueTypeRedefinition
          Generated from IDL definition of exception "ValueTypeRedefinition"
 

Uses of UserException in org.omg.CosTransactions
 

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

Uses of UserException in org.omg.CosTypedEventChannelAdmin
 

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

Uses of UserException in org.omg.DynamicAny.DynAnyPackage
 

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

Uses of UserException in org.omg.IOP.CodecFactoryPackage
 

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

Uses of UserException in org.omg.IOP.CodecPackage
 

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

Uses of UserException in org.omg.Messaging
 

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

Uses of UserException in org.omg.PortableInterceptor
 

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

Uses of UserException in org.omg.PortableInterceptor.ORBInitInfoPackage
 

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

Uses of UserException in org.omg.PortableServer.CurrentPackage
 

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

Uses of UserException in org.omg.PortableServer.POAManagerPackage
 

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

Uses of UserException in org.omg.PortableServer.POAPackage
 

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