@ExceptionWrapper(idPrefix="IOP") @ORBException(omgException=false, group=6) public interface UtilSystemException
| Modifier and Type | Field and Description |
|---|---|
static UtilSystemException |
self |
static String |
unableLocateValueHelper |
static final UtilSystemException self
static final String unableLocateValueHelper
@Log(level=FINE,
id=1)
@Message(value="StubFactory failed on makeStub call")
BAD_OPERATION stubFactoryCouldNotMakeStub(@Chain
Throwable exc)
@Log(level=FINE,
id=2)
@Message(value="Error in making stub given RepositoryId")
BAD_OPERATION errorInMakeStubFromRepositoryId(@Chain
Throwable thr)
@Log(level=WARNING,
id=3)
@Message(value="Failure in making stub given RepositoryId")
BAD_OPERATION failureInMakeStubFromRepositoryId(@Chain
Throwable thr)
@Log(level=FINE,
id=4)
@Message(value="ClassCastException in loadStub")
BAD_OPERATION classCastExceptionInLoadStub(@Chain
Exception exc)
@Log(level=WARNING,
id=5)
@Message(value="Exception in loadStub")
BAD_OPERATION exceptionInLoadStub(@Chain
Exception exc)
@Log(level=WARNING,
id=6)
@Message(value="Unable to make stub from any of the repository IDs of the interface")
BAD_OPERATION couldNotMakeStubFromRepositoryId()
@Log(level=WARNING,
id=7)
@Message(value="An IOException occurred while creating an IIOPOutputStream")
BAD_OPERATION exceptionInCreateIiopOutputStream(@Chain
IOException exc)
@Log(level=WARNING,
id=8)
@Message(value="An IOException occurred while creating an IIOPInputStream")
BAD_OPERATION exceptionInCreateIiopInputStream(@Chain
IOException exc)
@Log(level=WARNING,
id=9)
@Message(value="Only one call to the Util constructor is allowed; normally Util.getInstance should be called")
BAD_OPERATION onlyOneCallToConstructorAllowed()
@Log(level=WARNING,
id=2)
@Message(value="Error in loadStubAndUpdateCache caused by _this_object")
BAD_PARAM noPoa(@Chain
Exception exc)
@Log(level=FINE,
id=3)
@Message(value="Tried to connect already connected Stub Delegate to a different ORB")
BAD_PARAM connectWrongOrb()
@Log(level=WARNING,
id=4)
@Message(value="Tried to connect unconnected Stub Delegate but no Tie was found")
BAD_PARAM connectNoTie()
@Log(level=WARNING,
id=5)
@Message(value="Tried to connect unconnected stub with Tie in a different ORB")
BAD_PARAM connectTieWrongOrb()
@Log(level=WARNING,
id=6)
@Message(value="Tried to connect unconnected stub to unconnected Tie")
BAD_PARAM connectTieNoServant()
@Log(level=FINE,
id=7)
@Message(value="Failed to load Tie of class {0}")
BAD_PARAM loadTieFailed(@Chain
Exception exc,
String arg0)
@Log(level=WARNING,
id=1)
@Message(value="Bad hex digit in string_to_object")
DATA_CONVERSION badHexDigit()
@Log(level=WARNING,
id=2)
@Message(value="Could not locate value helper")
@CS(value=MAYBE)
MARSHAL unableLocateValueHelper()
@Log(level=WARNING,
id=2)
@Message(value="Could not locate value helper")
@CS(value=MAYBE)
MARSHAL unableLocateValueHelper(@Chain
Exception exc)
@Log(level=WARNING,
id=3)
@Message(value="Invalid indirection {0}")
MARSHAL invalidIndirection(@Chain
IOException exc,
int indir)
@Log(level=WARNING,
id=1)
@Message(value="{0} did not originate from a connected object")
INV_OBJREF objectNotConnected(@Chain
Exception exc,
String arg0)
@Log(level=WARNING,
id=2)
@Message(value="Could not load stub for class {0}")
INV_OBJREF couldNotLoadStub(String arg0)
@Log(level=WARNING,
id=3)
@Message(value="Class {0} not exported, or else is actually a JRMP stub")
INV_OBJREF objectNotExported(String arg0)
@Log(level=WARNING,
id=1)
@Message(value="Error in setting object field {0} in {1} to {2}")
INTERNAL errorSetObjectField(@Chain
Exception exc,
String fname,
Object obj,
Object value)
@Log(level=WARNING,
id=2)
@Message(value="Error in setting boolean field {0} in {1} to {2}")
INTERNAL errorSetBooleanField(@Chain
Exception exc,
String fname,
Object obj,
boolean value)
@Log(level=WARNING,
id=3)
@Message(value="Error in setting byte field {0} in {1} to {2}")
INTERNAL errorSetByteField(@Chain
Exception exc,
String fname,
Object obj,
byte value)
@Log(level=WARNING,
id=4)
@Message(value="Error in setting char field {0} in {1} to {2}")
INTERNAL errorSetCharField(@Chain
Exception exc,
String fname,
Object obj,
char value)
@Log(level=WARNING,
id=5)
@Message(value="Error in setting short field {0} in {1} to {2}")
INTERNAL errorSetShortField(@Chain
Exception exc,
String fname,
Object obj,
short value)
@Log(level=WARNING,
id=6)
@Message(value="Error in setting int field {0} in {1} to {2}")
INTERNAL errorSetIntField(@Chain
Exception exc,
String fname,
Object obj,
int value)
@Log(level=WARNING,
id=7)
@Message(value="Error in setting long field {0} in {1} to {2}")
INTERNAL errorSetLongField(@Chain
Exception exc,
String fname,
Object obj,
long value)
@Log(level=WARNING,
id=8)
@Message(value="Error in setting float field {0} in {1} to {2}")
INTERNAL errorSetFloatField(@Chain
Exception exc,
String fname,
Object obj,
float value)
@Log(level=WARNING,
id=9)
@Message(value="Error in setting double field {0} in {1} to {2}")
INTERNAL errorSetDoubleField(@Chain
Exception exc,
String arg0,
Object obj,
double value)
@Log(level=WARNING,
id=10)
@Message(value="IllegalAccessException while trying to write to field {0}")
INTERNAL illegalFieldAccess(String arg0)
@Log(level=WARNING,
id=11)
@Message(value="State should be saved and reset first")
INTERNAL badBeginUnmarshalCustomValue()
@Log(level=WARNING,
id=12)
@Message(value="Failure while loading specific Java remote exception class: {0}")
INTERNAL classNotFound(String arg0)
@Log(level=WARNING,
id=13)
@Message(value="Could not find the expected Value Handler implementation in the JDK: Wrong JDK Version?")
INTERNAL couldNotFindJdkValueHandler(@Chain
Exception exc)
@Log(level=FINE,
id=14)
@Message(value=" Bad Operation or Bad Invocation Order : The Servant has not been associated with an ORB instance")
INTERNAL handleSystemException(@Chain
SystemException exc)
@Log(level=INFO,
id=15)
@Message(value="This is a test exception with number {0}")
INTERNAL testException(int arg0)
@Log(level=WARNING,
id=16)
@Message(value="This is another test exception with no parameters")
@CS(value=MAYBE)
INTERNAL simpleTestException(@Chain
Exception exc)
@Log(level=WARNING,
id=1)
@Message(value="Unknown System Exception")
UNKNOWN unknownSysex()
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.