Package com.sun.corba.ee.spi.logging
Interface OMGSystemException
@ExceptionWrapper(idPrefix="IOP")
@ORBException(omgException=true,
group=0)
public interface OMGSystemException
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionadapterActivatorException
(Exception exc, String arg0, ObjectAdapterId arg1) adapterActivatorException
(String arg0, ObjectAdapterId arg1) badSend()
bioReset()
invalidComponentId
(int arg0) invalidStreamFormatVersion
(int arg0) noIr()
noObjectAdaptor
(Exception exc) notAnObjectImpl
(BAD_PARAM exception) notSerializable
(String arg0) policyFactoryRegFailed
(int type) serviceContextAddFailed
(int id) soBadAddress
(String arg0) soBadAddress
(Throwable exc, String arg0) soBadSchemaSpecific
(Exception exc, String arg0) soBadSchemeName
(String arg0) xaNota()
xaRb()
xaRmerr()
xaRmfail()
-
Field Details
-
self
-
NOT_SERIALIZABLE
static final int NOT_SERIALIZABLE -
soBadAddress
- See Also:
-
INVALID_PROFILE_ID
static final int INVALID_PROFILE_ID -
unableLocateValueFactory
- See Also:
-
RMIIIOP_OPTIONAL_DATA_INCOMPATIBLE
static final int RMIIIOP_OPTIONAL_DATA_INCOMPATIBLE -
missingLocalValueImpl
- See Also:
-
noObjectAdaptor
- See Also:
-
adapterActivatorException
- See Also:
-
unknownUserException
- See Also:
-
-
Method Details
-
idlContextNotFound
-
noMatchingIdlContext
@Log(level=WARNING, id=2) @Message("No matching IDL context property") BAD_CONTEXT noMatchingIdlContext() -
depPreventDestruction
@Log(level=WARNING, id=1) @Message("Dependency exists in IFR preventing destruction of this object") BAD_INV_ORDER depPreventDestruction() -
destroyIndestructible
@Log(level=WARNING, id=2) @Message("Attempt to destroy indestructible objects in IFR") BAD_INV_ORDER destroyIndestructible() -
shutdownWaitForCompletionDeadlock
@Log(level=WARNING, id=3) @Message("Operation would deadlock") BAD_INV_ORDER shutdownWaitForCompletionDeadlock() -
badOperationAfterShutdown
-
badInvoke
@Log(level=WARNING, id=5) @Message("Attempt to invoke send or invoke operation of the same Request object more than once ") BAD_INV_ORDER badInvoke() -
badSetServantManager
@Log(level=WARNING, id=6) @Message("Attempt to set a servant manager after one has already been set") BAD_INV_ORDER badSetServantManager() -
badArgumentsCall
@Log(level=WARNING, id=7) @Message("ServerRequest::arguments called more than once or after a call to ServerRequest::set_exception") BAD_INV_ORDER badArgumentsCall() -
badCtxCall
@Log(level=WARNING, id=8) @Message("ServerRequest::ctx called more than once or before ServerRequest::arguments or after ServerRequest::ctx, ServerRequest::set_result or ServerRequest::set_exception") BAD_INV_ORDER badCtxCall() -
badResultCall
@Log(level=WARNING, id=9) @Message("ServerRequest::set_result called more than once or before ServerRequest::arguments or after ServerRequest::set_result or ServerRequest::set_exception") BAD_INV_ORDER badResultCall() -
badSend
@Log(level=WARNING, id=10) @Message("Attempt to send a DII request after it was sent previously") BAD_INV_ORDER badSend() -
badPollBefore
@Log(level=WARNING, id=11) @Message("Attempt to poll a DII request or to retrieve its result before the request was sent") BAD_INV_ORDER badPollBefore() -
badPollAfter
@Log(level=WARNING, id=12) @Message("Attempt to poll a DII request or to retrieve its result after the result was retrieved previously") BAD_INV_ORDER badPollAfter() -
badPollSync
@Log(level=WARNING, id=13) @Message("Attempt to poll a synchronous DII request or to retrieve results from a synchronous DII request") BAD_INV_ORDER badPollSync() -
invalidPiCall1
@Log(level=FINE, id=14) @Message("Invalid call to forward_reference() when reply status is not LOCATION_FORWARD") BAD_INV_ORDER invalidPiCall1() -
invalidPiCall2
@Log(level=FINE, id=14) @Message("Cannot access this attribute or method at this point") BAD_INV_ORDER invalidPiCall2() -
invalidPiCall3
@Log(level=FINE, id=14) @Message("Cannot call set_slot from within an ORBInitializer") BAD_INV_ORDER invalidPiCall3() -
invalidPiCall4
@Log(level=FINE, id=14) @Message("Cannot call get_slot from within an ORBInitializer") BAD_INV_ORDER invalidPiCall4() -
serviceContextAddFailed
@Log(level=FINE, id=15) @Message("Service context add failed in portable interceptor because a service context with id {0} already exists") BAD_INV_ORDER serviceContextAddFailed(int id) -
policyFactoryRegFailed
@Log(level=WARNING, id=16) @Message("Registration of PolicyFactory failed because a factory already exists for the given PolicyType {0}") BAD_INV_ORDER policyFactoryRegFailed(int type) -
createPoaDestroy
@Log(level=WARNING, id=17) @Message("POA cannot create POAs while undergoing destruction") BAD_INV_ORDER createPoaDestroy() -
priorityReassign
@Log(level=WARNING, id=18) @Message("Attempt to reassign priority") BAD_INV_ORDER priorityReassign() -
xaStartOutsize
@Log(level=WARNING, id=19) @Message("An OTS/XA integration xa_start() call returned XAER_OUTSIDE") BAD_INV_ORDER xaStartOutsize() -
xaStartProto
@Log(level=WARNING, id=20) @Message("An OTS/XA integration xa_ call returned XAER_PROTO") BAD_INV_ORDER xaStartProto() -
badServantManagerType
@Log(level=WARNING, id=1) @Message("ServantManager returned wrong servant type") BAD_OPERATION badServantManagerType() -
operationUnknownToTarget
@Log(level=WARNING, id=2) @Message("Operation or attribute not known to target object ") BAD_OPERATION operationUnknownToTarget() -
unableRegisterValueFactory
@Log(level=WARNING, id=1) @Message("Failure to register, unregister or lookup value factory") BAD_PARAM unableRegisterValueFactory() -
ridAlreadyDefined
-
nameUsedIfr
@Log(level=WARNING, id=3) @Message("Name already used in the context in IFR ") BAD_PARAM nameUsedIfr() -
targetNotContainer
@Log(level=WARNING, id=4) @Message("Target is not a valid container") BAD_PARAM targetNotContainer() -
nameClash
-
notSerializable
-
soBadSchemeName
-
soBadAddress
-
soBadAddress
-
soBadSchemaSpecific
-
soNonSpecific
@Log(level=WARNING, id=10) @Message("string_to_object conversion failed due to non specific reason") BAD_PARAM soNonSpecific() -
irDeriveAbsIntBase
@Log(level=WARNING, id=11) @Message("Attempt to derive abstract interface from non-abstract base interface in the Interface Repository") BAD_PARAM irDeriveAbsIntBase() -
irValueSupport
@Log(level=WARNING, id=12) @Message("Attempt to let a ValueDef support more than one non-abstract interface in the Interface Repository") BAD_PARAM irValueSupport() -
incompleteTypecode
@Log(level=WARNING, id=13) @Message("Attempt to use an incomplete TypeCode as a parameter") BAD_PARAM incompleteTypecode() -
invalidObjectId
@Log(level=WARNING, id=14) @Message("Invalid object id passed to POA::create_reference_by_id ") BAD_PARAM invalidObjectId() -
typecodeBadName
@Log(level=WARNING, id=15) @Message("Bad name argument in TypeCode operation") BAD_PARAM typecodeBadName() -
typecodeBadRepid
@Log(level=WARNING, id=16) @Message("Bad RepositoryId argument in TypeCode operation") BAD_PARAM typecodeBadRepid() -
typecodeInvMember
@Log(level=WARNING, id=17) @Message("Invalid member name in TypeCode operation ") BAD_PARAM typecodeInvMember() -
tcUnionDupLabel
@Log(level=WARNING, id=18) @Message("Duplicate label value in create_union_tc ") BAD_PARAM tcUnionDupLabel() -
tcUnionIncompatible
@Log(level=WARNING, id=19) @Message("Incompatible TypeCode of label and discriminator in create_union_tc ") BAD_PARAM tcUnionIncompatible() -
tcUnionBadDisc
@Log(level=WARNING, id=20) @Message("Supplied discriminator type illegitimate in create_union_tc ") BAD_PARAM tcUnionBadDisc() -
setExceptionBadAny
@Log(level=WARNING, id=21) @Message("Any passed to ServerRequest::set_exception does not contain an exception ") BAD_PARAM setExceptionBadAny() -
setExceptionUnlisted
@Log(level=WARNING, id=22) @Message("Unlisted user exception passed to ServerRequest::set_exception ") BAD_PARAM setExceptionUnlisted() -
noClientWcharCodesetCtx
@Log(level=WARNING, id=23) @Message("wchar transmission code set not in service context") BAD_PARAM noClientWcharCodesetCtx() -
illegalServiceContext
@Log(level=WARNING, id=24) @Message("Service context is not in OMG-defined range") BAD_PARAM illegalServiceContext() -
enumOutOfRange
-
invalidServiceContextId
@Log(level=FINE, id=26) @Message("Invalid service context Id in portable interceptor") BAD_PARAM invalidServiceContextId() -
rirWithNullObject
@Log(level=WARNING, id=27) @Message("Attempt to call register_initial_reference with a null Object") BAD_PARAM rirWithNullObject() -
invalidComponentId
@Log(level=FINE, id=28) @Message("Invalid component Id {0} in portable interceptor") BAD_PARAM invalidComponentId(int arg0) -
invalidProfileId
@Log(level=WARNING, id=29) @Message("Profile ID does not define a known profile or it is impossible to add components to that profile") BAD_PARAM invalidProfileId() -
policyTypeDuplicate
@Log(level=WARNING, id=30) @Message("Two or more Policy objects with the same PolicyType value supplied to Object::set_policy_overrides or PolicyManager::set_policy_overrides") BAD_PARAM policyTypeDuplicate() -
badOnewayDefinition
@Log(level=WARNING, id=31) @Message("Attempt to define a oneway operation with non-void result, out or inout parameters or user exceptions") BAD_PARAM badOnewayDefinition() -
diiForImplicitOperation
@Log(level=WARNING, id=32) @Message("DII asked to create request for an implicit operation") BAD_PARAM diiForImplicitOperation() -
xaCallInval
@Log(level=WARNING, id=33) @Message("An OTS/XA integration xa_ call returned XAER_INVAL") BAD_PARAM xaCallInval() -
unionBadDiscriminator
@Log(level=WARNING, id=34) @Message("Union branch modifier method called with bad case label discriminator") BAD_PARAM unionBadDiscriminator() -
ctxIllegalPropertyName
@Log(level=WARNING, id=35) @Message("Illegal IDL context property name") BAD_PARAM ctxIllegalPropertyName() -
ctxIllegalSearchString
@Log(level=WARNING, id=36) @Message("Illegal IDL property search string") BAD_PARAM ctxIllegalSearchString() -
ctxIllegalName
-
ctxNonEmpty
-
invalidStreamFormatVersion
@Log(level=WARNING, id=39) @Message("Unsupported RMI/IDL custom value type stream format {0}") BAD_PARAM invalidStreamFormatVersion(int arg0) -
notAValueoutputstream
-
notAValueinputstream
@Log(level=WARNING, id=41) @Message("ORB input stream does not support ValueInputStream interface") BAD_PARAM notAValueinputstream() -
marshallIncompleteTypecode
@Log(level=WARNING, id=1) @Message("Attempt to marshal incomplete TypeCode") BAD_TYPECODE marshallIncompleteTypecode() -
badMemberTypecode
@Log(level=WARNING, id=2) @Message("Member type code illegitimate in TypeCode operation") BAD_TYPECODE badMemberTypecode() -
illegalParameter
-
charNotInCodeset
@Log(level=WARNING, id=1) @Message("Character does not map to negotiated transmission code set") DATA_CONVERSION charNotInCodeset(@Chain Exception exc) -
priorityMapFailre
@Log(level=WARNING, id=2) @Message("Failure of PriorityMapping object") DATA_CONVERSION priorityMapFailre() -
noUsableProfile
-
priorityRangeRestrict
@Log(level=WARNING, id=1) @Message("Priority range too restricted for ORB") INITIALIZE priorityRangeRestrict() -
noServerWcharCodesetCmp
@Log(level=WARNING, id=1) @Message("wchar Code Set support not specified") INV_OBJREF noServerWcharCodesetCmp() -
codesetComponentRequired
@Log(level=WARNING, id=2) @Message("Codeset component required for type using wchar or wstring data") INV_OBJREF codesetComponentRequired() -
iorPolicyReconcileError
@Log(level=WARNING, id=1) @Message("Unable to reconcile IOR specified policy with effective policy override") INV_POLICY iorPolicyReconcileError() -
policyUnknown
-
noPolicyFactory
@Log(level=WARNING, id=3) @Message("No PolicyFactory has been registered for the given PolicyType") INV_POLICY noPolicyFactory() -
xaRmerr
@Log(level=WARNING, id=1) @Message("An OTS/XA integration xa_ call returned XAER_RMERR") INTERNAL xaRmerr() -
xaRmfail
@Log(level=WARNING, id=2) @Message("An OTS/XA integration xa_ call returned XAER_RMFAIL") INTERNAL xaRmfail() -
noIr
-
noInterfaceInIr
@Log(level=WARNING, id=2) @Message("No entry for requested interface in Interface Repository") INTF_REPOS noInterfaceInIr() -
unableLocateValueFactory
-
unableLocateValueFactory
-
setResultBeforeCtx
@Log(level=WARNING, id=2) @Message("ServerRequest::set_result called before ServerRequest::ctx when the operation IDL contains a context clause ") MARSHAL setResultBeforeCtx() -
badNvlist
@Log(level=WARNING, id=3) @Message("NVList passed to ServerRequest::arguments does not describe all parameters passed by client") MARSHAL badNvlist() -
notAnObjectImpl
-
wcharBadGiopVersionSent
@Log(level=WARNING, id=5) @Message("wchar or wstring data erroneously sent by client over GIOP 1.0 connection ") MARSHAL wcharBadGiopVersionSent() -
wcharBadGiopVersionReturned
@Log(level=WARNING, id=6) @Message("wchar or wstring data erroneously returned by server over GIOP 1.0 connection ") MARSHAL wcharBadGiopVersionReturned() -
unsupportedFormatVersion
-
rmiiiopOptionalDataIncompatible1
@Log(level=FINE, id=8) @Message("No optional data available") MARSHAL rmiiiopOptionalDataIncompatible1() -
rmiiiopOptionalDataIncompatible2
@Log(level=FINE, id=8) @Message("Not enough space left in current chunk") MARSHAL rmiiiopOptionalDataIncompatible2() -
rmiiiopOptionalDataIncompatible3
@Log(level=FINE, id=8) @Message("Not enough optional data available") MARSHAL rmiiiopOptionalDataIncompatible3() -
missingLocalValueImpl
@Log(level=WARNING, id=1) @Message("Missing local value implementation") @CS(MAYBE) NO_IMPLEMENT missingLocalValueImpl(@Chain Throwable exc) -
missingLocalValueImpl
@Log(level=WARNING, id=1) @Message("Missing local value implementation") @CS(MAYBE) NO_IMPLEMENT missingLocalValueImpl() -
incompatibleValueImpl
@Log(level=WARNING, id=2) @Message("Incompatible value implementation version") @CS(MAYBE) NO_IMPLEMENT incompatibleValueImpl(@Chain Throwable thr) -
noUsableProfile2
@Log(level=WARNING, id=3) @Message("Unable to use any profile in IOR") NO_IMPLEMENT noUsableProfile2() -
diiLocalObject
@Log(level=WARNING, id=4) @Message("Attempt to use DII on Local object") NO_IMPLEMENT diiLocalObject() -
bioReset
@Log(level=WARNING, id=5) @Message("Biomolecular Sequence Analysis iterator cannot be reset") NO_IMPLEMENT bioReset() -
bioMetaNotAvailable
@Log(level=WARNING, id=6) @Message("Biomolecular Sequence Analysis metadata is not available as XML") NO_IMPLEMENT bioMetaNotAvailable() -
bioGenomicNoIterator
@Log(level=WARNING, id=7) @Message("Genomic Maps iterator cannot be reset") NO_IMPLEMENT bioGenomicNoIterator() -
piOperationNotSupported1
@Log(level=FINE, id=1) @Message("The portable Java bindings do not support arguments()") NO_RESOURCES piOperationNotSupported1() -
piOperationNotSupported2
@Log(level=FINE, id=1) @Message("The portable Java bindings do not support exceptions()") NO_RESOURCES piOperationNotSupported2() -
piOperationNotSupported3
@Log(level=FINE, id=1) @Message("The portable Java bindings do not support contexts()") NO_RESOURCES piOperationNotSupported3() -
piOperationNotSupported4
@Log(level=FINE, id=1) @Message("The portable Java bindings do not support operation_context()") NO_RESOURCES piOperationNotSupported4() -
piOperationNotSupported5
@Log(level=FINE, id=1) @Message("The portable Java bindings do not support result()") NO_RESOURCES piOperationNotSupported5() -
piOperationNotSupported6
@Log(level=FINE, id=1) @Message("The object ID was never set") NO_RESOURCES piOperationNotSupported6() -
piOperationNotSupported7
@Log(level=FINE, id=1) @Message("The ObjectKeyTemplate was never set") NO_RESOURCES piOperationNotSupported7() -
piOperationNotSupported8
@Log(level=FINE, id=1) @Message("ServerRequest::arguments() was never called") NO_RESOURCES piOperationNotSupported8() -
noConnectionPriority
@Log(level=WARNING, id=2) @Message("No connection for request\'s priority") NO_RESOURCES noConnectionPriority() -
xaRb
@Log(level=WARNING, id=1) @Message("An OTS/XA integration xa_ call returned XAER_RB") TRANSACTION_ROLLEDBACK xaRb() -
xaNota
@Log(level=WARNING, id=2) @Message("An OTS/XA integration xa_ call returned XAER_NOTA") TRANSACTION_ROLLEDBACK xaNota() -
xaEndTrueRollbackDeferred
@Log(level=WARNING, id=3) @Message("OTS/XA integration end() was called with success set to TRUE while transaction rollback was deferred") TRANSACTION_ROLLEDBACK xaEndTrueRollbackDeferred() -
poaRequestDiscard
@Log(level=WARNING, id=1) @Message("Request discarded because of resource exhaustion in POA or because POA is in DISCARDING state") TRANSIENT poaRequestDiscard() -
noUsableProfile3
-
requestCancelled
-
poaDestroyed
-
unregisteredValueAsObjref
@Log(level=WARNING, id=1) @Message("Attempt to pass an unactivated (unregistered) value as an object reference") OBJECT_NOT_EXIST unregisteredValueAsObjref() -
noObjectAdaptor
@Log(level=FINE, id=2) @Message("Failed to create or locate Object Adaptor") OBJECT_NOT_EXIST noObjectAdaptor(@Chain Exception exc) -
noObjectAdaptor
@Log(level=FINE, id=2) @Message("Failed to create or locate Object Adaptor") OBJECT_NOT_EXIST noObjectAdaptor() -
bioNotAvailable
@Log(level=WARNING, id=3) @Message("Biomolecular Sequence Analysis Service is no longer available") OBJECT_NOT_EXIST bioNotAvailable() -
objectAdapterInactive
@Log(level=WARNING, id=4) @Message("Object Adapter Inactive") OBJECT_NOT_EXIST objectAdapterInactive() -
adapterActivatorException
@Log(level=WARNING, id=1) @Message("System exception in POA::unknown_adapter for POA {0} with parent POA {1}") OBJ_ADAPTER adapterActivatorException(@Chain Exception exc, String arg0, ObjectAdapterId arg1) -
adapterActivatorException
@Log(level=WARNING, id=1) @Message("System exception in POA::unknown_adapter for POA {0} with parent POA {1}") OBJ_ADAPTER adapterActivatorException(String arg0, ObjectAdapterId arg1) -
badServantType
@Log(level=WARNING, id=2) @Message("Incorrect servant type returned by servant manager ") OBJ_ADAPTER badServantType() -
noDefaultServant
@Log(level=WARNING, id=3) @Message("No default servant available [POA policy]") OBJ_ADAPTER noDefaultServant() -
noServantManager
@Log(level=WARNING, id=4) @Message("No servant manager available [POA Policy]") OBJ_ADAPTER noServantManager() -
badPolicyIncarnate
@Log(level=WARNING, id=5) @Message("Violation of POA policy by ServantActivator::incarnate") OBJ_ADAPTER badPolicyIncarnate() -
piExcCompEstablished
@Log(level=WARNING, id=6) @Message("Exception in PortableInterceptor::IORInterceptor.components_established") OBJ_ADAPTER piExcCompEstablished() -
nullServantReturned
@Log(level=FINE, id=7) @Message("Null servant returned by servant manager") OBJ_ADAPTER nullServantReturned() -
unknownUserException
-
unknownUserException
-
unsupportedSystemException
@Log(level=WARNING, id=2) @Message("Non-standard System Exception not supported") UNKNOWN unsupportedSystemException() -
piUnknownUserException
@Log(level=WARNING, id=3) @Message("An unknown user exception received by a portable interceptor") UNKNOWN piUnknownUserException()
-