@ExceptionWrapper(idPrefix="IOP") @ORBException(omgException=false, group=3) public interface InterceptorsSystemException
| Modifier and Type | Field and Description |
|---|---|
static InterceptorsSystemException |
self |
static final InterceptorsSystemException self
@Log(level=WARNING,
id=1)
@Message(value="Interceptor type {0} is out of range")
BAD_PARAM typeOutOfRange(int type)
@Log(level=WARNING,
id=2)
@Message(value="Interceptor\'s name is null: use empty string for anonymous interceptors")
BAD_PARAM nameNull()
@Log(level=WARNING,
id=1)
@Message(value="resolve_initial_reference is invalid during pre_init")
BAD_INV_ORDER rirInvalidPreInit()
@Log(level=WARNING,
id=2)
@Message(value="Expected state {0}, but current state is {1}")
BAD_INV_ORDER badState1(int arg0,
int arg1)
@Log(level=WARNING,
id=3)
@Message(value="Expected state {0} or {1}, but current state is {2}")
BAD_INV_ORDER badState2(int arg0,
int arg1,
int arg2)
@Log(level=WARNING,
id=1)
@Message(value="IOException during cancel request")
@CS(value=MAYBE)
COMM_FAILURE ioexceptionDuringCancelRequest(@Chain
Exception exc)
@Log(level=WARNING,
id=1)
@Message(value="Exception was null")
INTERNAL exceptionWasNull()
@Log(level=WARNING,
id=2)
@Message(value="Object has no delegate")
INTERNAL objectHasNoDelegate()
@Log(level=WARNING,
id=3)
@Message(value="Delegate was not a ClientRequestDispatcher")
INTERNAL delegateNotClientsub()
@Log(level=WARNING,
id=4)
@Message(value="Object is not an ObjectImpl")
INTERNAL objectNotObjectimpl()
@Log(level=WARNING,
id=5)
@Message(value="Assertion failed: Interceptor set exception to UserException or ApplicationException")
INTERNAL exceptionInvalid()
@Log(level=WARNING,
id=6)
@Message(value="Assertion failed: Reply status is initialized but not SYSTEM_EXCEPTION or LOCATION_FORWARD")
INTERNAL replyStatusNotInit()
@Log(level=WARNING,
id=7)
@Message(value="Exception in arguments")
INTERNAL exceptionInArguments(@Chain
Exception exc)
@Log(level=WARNING,
id=8)
@Message(value="Exception in exceptions")
INTERNAL exceptionInExceptions(@Chain
Exception exc)
@Log(level=WARNING,
id=9)
@Message(value="Exception in contexts")
INTERNAL exceptionInContexts(@Chain
Exception exc)
@Log(level=WARNING,
id=10)
@Message(value="Another exception was null")
INTERNAL exceptionWasNull2()
@Log(level=WARNING,
id=11)
@Message(value="Servant invalid")
INTERNAL servantInvalid()
@Log(level=WARNING,
id=12)
@Message(value="Can\'t pop only PICurrent")
INTERNAL cantPopOnlyPicurrent()
@Log(level=WARNING,
id=13)
@Message(value="Can\'t pop another PICurrent")
INTERNAL cantPopOnlyCurrent2()
@Log(level=WARNING,
id=14)
@Message(value="DSI result is null")
INTERNAL piDsiResultIsNull()
@Log(level=WARNING,
id=15)
@Message(value="DII result is null")
INTERNAL piDiiResultIsNull()
@Log(level=WARNING,
id=16)
@Message(value="Exception is unavailable")
INTERNAL exceptionUnavailable()
@Log(level=WARNING,
id=17)
@Message(value="Assertion failed: client request info stack is null")
INTERNAL clientInfoStackNull()
@Log(level=WARNING,
id=18)
@Message(value="Assertion failed: Server request info stack is null")
INTERNAL serverInfoStackNull()
@Log(level=WARNING,
id=19)
@Message(value="Mark and reset failed")
INTERNAL markAndResetFailed(@Chain
Exception exc)
@Log(level=WARNING,
id=20)
@Message(value="currentIndex > tableContainer.size(): {0} > {1}")
INTERNAL slotTableInvariant(int arg0,
int arg1)
@Log(level=WARNING,
id=21)
@Message(value="InterceptorList is locked")
INTERNAL interceptorListLocked()
@Log(level=WARNING,
id=22)
@Message(value="Invariant: sorted size + unsorted size == total size was violated")
INTERNAL sortSizeMismatch()
@Log(level=FINE,
id=23)
@Message(value="Ignored exception in establish_components method for ObjectAdapter {0} (as per specification)")
INTERNAL ignoredExceptionInEstablishComponents(@Chain
Exception exc,
ObjectAdapter oa)
@Log(level=FINE,
id=24)
@Message(value="Exception in components_established method for ObjectAdapter {0}")
INTERNAL exceptionInComponentsEstablished(@Chain
Exception exc,
ObjectAdapter oa)
@Log(level=FINE,
id=25)
@Message(value="Ignored exception in adapter_manager_state_changed method for managerId {0} and newState {1} (as per specification)")
INTERNAL ignoredExceptionInAdapterManagerStateChanged(@Chain
Exception exc,
int managerId,
short newState)
@Log(level=FINE,
id=26)
@Message(value="Ignored exception in adapter_state_changed method for templates {0} and newState {1} (as per specification)")
INTERNAL ignoredExceptionInAdapterStateChanged(@Chain
Exception exc,
List<ObjectReferenceTemplate> templates,
short newState)
@Log(level=WARNING,
id=1)
@Message(value="Policies not implemented")
NO_IMPLEMENT piOrbNotPolicyBased()
@Log(level=FINE,
id=1)
@Message(value="ORBInitInfo object is only valid during ORB_init")
OBJECT_NOT_EXIST orbinitinfoInvalid()
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.