Interface UtilSystemException


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

  • Method Details

    • stubFactoryCouldNotMakeStub

      @Log(level=FINE, id=1) @Message("StubFactory failed on makeStub call") BAD_OPERATION stubFactoryCouldNotMakeStub(@Chain Throwable exc)
    • errorInMakeStubFromRepositoryId

      @Log(level=FINE, id=2) @Message("Error in making stub given RepositoryId") BAD_OPERATION errorInMakeStubFromRepositoryId(@Chain Throwable thr)
    • failureInMakeStubFromRepositoryId

      @Log(level=WARNING, id=3) @Message("Failure in making stub given RepositoryId") BAD_OPERATION failureInMakeStubFromRepositoryId(@Chain Throwable thr)
    • classCastExceptionInLoadStub

      @Log(level=FINE, id=4) @Message("ClassCastException in loadStub") BAD_OPERATION classCastExceptionInLoadStub(@Chain Exception exc)
    • exceptionInLoadStub

      @Log(level=WARNING, id=5) @Message("Exception in loadStub") BAD_OPERATION exceptionInLoadStub(@Chain Exception exc)
    • couldNotMakeStubFromRepositoryId

      @Log(level=WARNING, id=6) @Message("Unable to make stub from any of the repository IDs of the interface") BAD_OPERATION couldNotMakeStubFromRepositoryId()
    • exceptionInCreateIiopOutputStream

      @Log(level=WARNING, id=7) @Message("An IOException occurred while creating an IIOPOutputStream") BAD_OPERATION exceptionInCreateIiopOutputStream(@Chain IOException exc)
    • exceptionInCreateIiopInputStream

      @Log(level=WARNING, id=8) @Message("An IOException occurred while creating an IIOPInputStream") BAD_OPERATION exceptionInCreateIiopInputStream(@Chain IOException exc)
    • onlyOneCallToConstructorAllowed

      @Log(level=WARNING, id=9) @Message("Only one call to the Util constructor is allowed; normally Util.getInstance should be called") BAD_OPERATION onlyOneCallToConstructorAllowed()
    • noPoa

      @Log(level=WARNING, id=2) @Message("Error in loadStubAndUpdateCache caused by _this_object") BAD_PARAM noPoa(@Chain Exception exc)
    • connectWrongOrb

      @Log(level=FINE, id=3) @Message("Tried to connect already connected Stub Delegate to a different ORB") BAD_PARAM connectWrongOrb()
    • connectNoTie

      @Log(level=WARNING, id=4) @Message("Tried to connect unconnected Stub Delegate but no Tie was found") BAD_PARAM connectNoTie()
    • connectTieWrongOrb

      @Log(level=WARNING, id=5) @Message("Tried to connect unconnected stub with Tie in a different ORB") BAD_PARAM connectTieWrongOrb()
    • connectTieNoServant

      @Log(level=WARNING, id=6) @Message("Tried to connect unconnected stub to unconnected Tie") BAD_PARAM connectTieNoServant()
    • loadTieFailed

      @Log(level=FINE, id=7) @Message("Failed to load Tie of class {0}") BAD_PARAM loadTieFailed(@Chain Exception exc, String arg0)
    • badHexDigit

      @Log(level=WARNING, id=1) @Message("Bad hex digit in string_to_object") DATA_CONVERSION badHexDigit()
    • unableLocateValueHelper

      @Log(level=WARNING, id=2) @Message("Could not locate value helper") @CS(MAYBE) MARSHAL unableLocateValueHelper()
    • unableLocateValueHelper

      @Log(level=WARNING, id=2) @Message("Could not locate value helper") @CS(MAYBE) MARSHAL unableLocateValueHelper(@Chain Exception exc)
    • invalidIndirection

      @Log(level=WARNING, id=3) @Message("Invalid indirection {0}") MARSHAL invalidIndirection(@Chain IOException exc, int indir)
    • objectNotConnected

      @Log(level=WARNING, id=1) @Message("{0} did not originate from a connected object") INV_OBJREF objectNotConnected(@Chain Exception exc, String arg0)
    • couldNotLoadStub

      @Log(level=WARNING, id=2) @Message("Could not load stub for class {0}") INV_OBJREF couldNotLoadStub(String arg0)
    • objectNotExported

      @Log(level=WARNING, id=3) @Message("Class {0} not exported, or else is actually a JRMP stub") INV_OBJREF objectNotExported(String arg0)
    • errorSetObjectField

      @Log(level=WARNING, id=1) @Message("Error in setting object field {0} in {1} to {2}") INTERNAL errorSetObjectField(@Chain Exception exc, String fname, Object obj, Object value)
    • errorSetBooleanField

      @Log(level=WARNING, id=2) @Message("Error in setting boolean field {0} in {1} to {2}") INTERNAL errorSetBooleanField(@Chain Exception exc, String fname, Object obj, boolean value)
    • errorSetByteField

      @Log(level=WARNING, id=3) @Message("Error in setting byte field {0} in {1} to {2}") INTERNAL errorSetByteField(@Chain Exception exc, String fname, Object obj, byte value)
    • errorSetCharField

      @Log(level=WARNING, id=4) @Message("Error in setting char field {0} in {1} to {2}") INTERNAL errorSetCharField(@Chain Exception exc, String fname, Object obj, char value)
    • errorSetShortField

      @Log(level=WARNING, id=5) @Message("Error in setting short field {0} in {1} to {2}") INTERNAL errorSetShortField(@Chain Exception exc, String fname, Object obj, short value)
    • errorSetIntField

      @Log(level=WARNING, id=6) @Message("Error in setting int field {0} in {1} to {2}") INTERNAL errorSetIntField(@Chain Exception exc, String fname, Object obj, int value)
    • errorSetLongField

      @Log(level=WARNING, id=7) @Message("Error in setting long field {0} in {1} to {2}") INTERNAL errorSetLongField(@Chain Exception exc, String fname, Object obj, long value)
    • errorSetFloatField

      @Log(level=WARNING, id=8) @Message("Error in setting float field {0} in {1} to {2}") INTERNAL errorSetFloatField(@Chain Exception exc, String fname, Object obj, float value)
    • errorSetDoubleField

      @Log(level=WARNING, id=9) @Message("Error in setting double field {0} in {1} to {2}") INTERNAL errorSetDoubleField(@Chain Exception exc, String arg0, Object obj, double value)
    • illegalFieldAccess

      @Log(level=WARNING, id=10) @Message("IllegalAccessException while trying to write to field {0}") INTERNAL illegalFieldAccess(String arg0)
    • badBeginUnmarshalCustomValue

      @Log(level=WARNING, id=11) @Message("State should be saved and reset first") INTERNAL badBeginUnmarshalCustomValue()
    • classNotFound

      @Log(level=WARNING, id=12) @Message("Failure while loading specific Java remote exception class: {0}") INTERNAL classNotFound(String arg0)
    • couldNotFindJdkValueHandler

      @Log(level=WARNING, id=13) @Message("Could not find the expected Value Handler implementation in the JDK: Wrong JDK Version?") INTERNAL couldNotFindJdkValueHandler(@Chain Exception exc)
    • handleSystemException

      @Log(level=FINE, id=14) @Message(" Bad Operation or Bad Invocation Order : The Servant has not been associated with an ORB instance") INTERNAL handleSystemException(@Chain SystemException exc)
    • testException

      @Log(level=INFO, id=15) @Message("This is a test exception with number {0}") INTERNAL testException(int arg0)
    • simpleTestException

      @Log(level=WARNING, id=16) @Message("This is another test exception with no parameters") @CS(MAYBE) INTERNAL simpleTestException(@Chain Exception exc)
    • unknownSysex

      @Log(level=WARNING, id=1) @Message("Unknown System Exception") UNKNOWN unknownSysex()