Package com.sun.corba.ee.spi.logging
Interface InterceptorsSystemException
@ExceptionWrapper(idPrefix="IOP")
@ORBException(omgException=false,
group=3)
public interface InterceptorsSystemException
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbadState1
(int arg0, int arg1) badState2
(int arg0, int arg1, int arg2) ignoredExceptionInAdapterManagerStateChanged
(Exception exc, int managerId, short newState) ignoredExceptionInAdapterStateChanged
(Exception exc, List<ObjectReferenceTemplate> templates, short newState) nameNull()
slotTableInvariant
(int arg0, int arg1) typeOutOfRange
(int type)
-
Field Details
-
self
-
-
Method Details
-
typeOutOfRange
@Log(level=WARNING, id=1) @Message("Interceptor type {0} is out of range") BAD_PARAM typeOutOfRange(int type) -
nameNull
@Log(level=WARNING, id=2) @Message("Interceptor\'s name is null: use empty string for anonymous interceptors") BAD_PARAM nameNull() -
rirInvalidPreInit
@Log(level=WARNING, id=1) @Message("resolve_initial_reference is invalid during pre_init") BAD_INV_ORDER rirInvalidPreInit() -
badState1
@Log(level=WARNING, id=2) @Message("Expected state {0}, but current state is {1}") BAD_INV_ORDER badState1(int arg0, int arg1) -
badState2
@Log(level=WARNING, id=3) @Message("Expected state {0} or {1}, but current state is {2}") BAD_INV_ORDER badState2(int arg0, int arg1, int arg2) -
ioexceptionDuringCancelRequest
@Log(level=WARNING, id=1) @Message("IOException during cancel request") @CS(MAYBE) COMM_FAILURE ioexceptionDuringCancelRequest(@Chain Exception exc) -
exceptionWasNull
-
objectHasNoDelegate
-
delegateNotClientsub
@Log(level=WARNING, id=3) @Message("Delegate was not a ClientRequestDispatcher") INTERNAL delegateNotClientsub() -
objectNotObjectimpl
-
exceptionInvalid
@Log(level=WARNING, id=5) @Message("Assertion failed: Interceptor set exception to UserException or ApplicationException") INTERNAL exceptionInvalid() -
replyStatusNotInit
@Log(level=WARNING, id=6) @Message("Assertion failed: Reply status is initialized but not SYSTEM_EXCEPTION or LOCATION_FORWARD") INTERNAL replyStatusNotInit() -
exceptionInArguments
-
exceptionInExceptions
-
exceptionInContexts
-
exceptionWasNull2
-
servantInvalid
-
cantPopOnlyPicurrent
-
cantPopOnlyCurrent2
-
piDsiResultIsNull
-
piDiiResultIsNull
-
clientInfoStackNull
@Log(level=WARNING, id=17) @Message("Assertion failed: client request info stack is null") INTERNAL clientInfoStackNull() -
serverInfoStackNull
@Log(level=WARNING, id=18) @Message("Assertion failed: Server request info stack is null") INTERNAL serverInfoStackNull() -
markAndResetFailed
-
slotTableInvariant
@Log(level=WARNING, id=20) @Message("currentIndex > tableContainer.size(): {0} > {1}") INTERNAL slotTableInvariant(int arg0, int arg1) -
interceptorListLocked
-
sortSizeMismatch
@Log(level=WARNING, id=22) @Message("Invariant: sorted size + unsorted size == total size was violated") INTERNAL sortSizeMismatch() -
ignoredExceptionInEstablishComponents
@Log(level=FINE, id=23) @Message("Ignored exception in establish_components method for ObjectAdapter {0} (as per specification)") INTERNAL ignoredExceptionInEstablishComponents(@Chain Exception exc, ObjectAdapter oa) -
exceptionInComponentsEstablished
@Log(level=FINE, id=24) @Message("Exception in components_established method for ObjectAdapter {0}") INTERNAL exceptionInComponentsEstablished(@Chain Exception exc, ObjectAdapter oa) -
ignoredExceptionInAdapterManagerStateChanged
-
ignoredExceptionInAdapterStateChanged
@Log(level=FINE, id=26) @Message("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) -
piOrbNotPolicyBased
-
orbinitinfoInvalid
@Log(level=FINE, id=1) @Message("ORBInitInfo object is only valid during ORB_init") OBJECT_NOT_EXIST orbinitinfoInvalid() -
unknownRequestInvoke
-