Interface InterceptorsSystemException


@ExceptionWrapper(idPrefix="IOP") @ORBException(omgException=false, group=3) public interface InterceptorsSystemException
  • Field Details

  • 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

      @Log(level=WARNING, id=1) @Message("Exception was null") INTERNAL exceptionWasNull()
    • objectHasNoDelegate

      @Log(level=WARNING, id=2) @Message("Object has no delegate") INTERNAL objectHasNoDelegate()
    • delegateNotClientsub

      @Log(level=WARNING, id=3) @Message("Delegate was not a ClientRequestDispatcher") INTERNAL delegateNotClientsub()
    • objectNotObjectimpl

      @Log(level=WARNING, id=4) @Message("Object is not an ObjectImpl") INTERNAL 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

      @Log(level=WARNING, id=7) @Message("Exception in arguments") INTERNAL exceptionInArguments(@Chain Exception exc)
    • exceptionInExceptions

      @Log(level=WARNING, id=8) @Message("Exception in exceptions") INTERNAL exceptionInExceptions(@Chain Exception exc)
    • exceptionInContexts

      @Log(level=WARNING, id=9) @Message("Exception in contexts") INTERNAL exceptionInContexts(@Chain Exception exc)
    • exceptionWasNull2

      @Log(level=WARNING, id=10) @Message("Another exception was null") INTERNAL exceptionWasNull2()
    • servantInvalid

      @Log(level=WARNING, id=11) @Message("Servant invalid") INTERNAL servantInvalid()
    • cantPopOnlyPicurrent

      @Log(level=WARNING, id=12) @Message("Can\'t pop only PICurrent") INTERNAL cantPopOnlyPicurrent()
    • cantPopOnlyCurrent2

      @Log(level=WARNING, id=13) @Message("Can\'t pop another PICurrent") INTERNAL cantPopOnlyCurrent2()
    • piDsiResultIsNull

      @Log(level=WARNING, id=14) @Message("DSI result is null") INTERNAL piDsiResultIsNull()
    • piDiiResultIsNull

      @Log(level=WARNING, id=15) @Message("DII result is null") INTERNAL piDiiResultIsNull()
    • exceptionUnavailable

      @Log(level=WARNING, id=16) @Message("Exception is unavailable") INTERNAL exceptionUnavailable()
    • 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

      @Log(level=WARNING, id=19) @Message("Mark and reset failed") INTERNAL markAndResetFailed(@Chain Exception exc)
    • slotTableInvariant

      @Log(level=WARNING, id=20) @Message("currentIndex > tableContainer.size(): {0} > {1}") INTERNAL slotTableInvariant(int arg0, int arg1)
    • interceptorListLocked

      @Log(level=WARNING, id=21) @Message("InterceptorList is locked") INTERNAL 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

      @Log(level=FINE, id=25) @Message("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)
    • 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

      @Log(level=WARNING, id=1) @Message("Policies not implemented") NO_IMPLEMENT piOrbNotPolicyBased()
    • orbinitinfoInvalid

      @Log(level=FINE, id=1) @Message("ORBInitInfo object is only valid during ORB_init") OBJECT_NOT_EXIST orbinitinfoInvalid()
    • unknownRequestInvoke

      @Log(level=FINE, id=1) @Message("Unknown request invocation error") @CS(MAYBE) UNKNOWN unknownRequestInvoke()