@ExceptionWrapper(idPrefix="IOP") @ORBException(omgException=false, group=5) public interface IORSystemException
| Modifier and Type | Field and Description |
|---|---|
static IORSystemException |
self |
| Modifier and Type | Method and Description |
|---|---|
BAD_OPERATION |
adapterIdNotAvailable() |
BAD_PARAM |
badIiopAddressPort(int arg0) |
INTERNAL |
badMagic(int magic) |
BAD_PARAM |
badOidInIorTemplateList() |
UNKNOWN |
createMarshalError(MARSHAL mexc) |
INTERNAL |
getLocalServantFailure(Exception exc,
ObjectAdapterId oaid) |
INTERNAL |
invalidJdk131PatchLevel(int arg0) |
BAD_PARAM |
invalidTaggedProfile() |
INTERNAL |
ioexceptionDuringStreamClose(Exception exc) |
INV_OBJREF |
iorMustHaveIiopProfile() |
INTERNAL |
nullPoa() |
BAD_OPERATION |
objectAdapterIdNotAvailable() |
BAD_OPERATION |
orbIdNotAvailable() |
INTERNAL |
ortNotInitialized() |
BAD_OPERATION |
serverIdNotAvailable() |
INTERNAL |
stringifyWriteError(IOException exc) |
INTERNAL |
taggedProfileTemplateFactoryNotFound(int arg0) |
static final IORSystemException self
@Log(level=WARNING,
id=1)
@Message(value="ObjectReferenceTemplate is not initialized")
INTERNAL ortNotInitialized()
@Log(level=WARNING,
id=2)
@Message(value="Null POA")
INTERNAL nullPoa()
@Log(level=WARNING,
id=3)
@Message(value="Bad magic number {0} in ObjectKeyTemplate")
INTERNAL badMagic(int magic)
@Log(level=WARNING,
id=4)
@Message(value="Error while stringifying an object reference")
INTERNAL stringifyWriteError(@Chain
IOException exc)
@Log(level=WARNING,
id=5)
@Message(value="Could not find a TaggedProfileTemplateFactory for id {0}")
INTERNAL taggedProfileTemplateFactoryNotFound(int arg0)
@Log(level=WARNING,
id=6)
@Message(value="Found a JDK 1.3.1 patch level indicator with value {0} less than JDK 1.3.1_01 value of 1")
INTERNAL invalidJdk131PatchLevel(int arg0)
@Log(level=FINE,
id=7)
@Message(value="Exception occurred while looking for ObjectAdapter {0} in IIOPProfileImpl.getServant")
INTERNAL getLocalServantFailure(@Chain
Exception exc,
ObjectAdapterId oaid)
@Log(level=WARNING,
id=8)
@Message(value="Exception occurred while closing an IO stream object")
INTERNAL ioexceptionDuringStreamClose(@Chain
Exception exc)
@Log(level=WARNING,
id=1)
@Message(value="Adapter ID not available")
BAD_OPERATION adapterIdNotAvailable()
@Log(level=WARNING,
id=2)
@Message(value="Server ID not available")
BAD_OPERATION serverIdNotAvailable()
@Log(level=WARNING,
id=3)
@Message(value="ORB ID not available")
BAD_OPERATION orbIdNotAvailable()
@Log(level=WARNING,
id=4)
@Message(value="Object adapter ID not available")
BAD_OPERATION objectAdapterIdNotAvailable()
@Log(level=WARNING,
id=1)
@Message(value="Profiles in IOR do not all have the same Object ID, so conversion to IORTemplateList is impossible")
BAD_PARAM badOidInIorTemplateList()
@Log(level=WARNING,
id=2)
@Message(value="Error in reading IIOP TaggedProfile")
BAD_PARAM invalidTaggedProfile()
@Log(level=WARNING,
id=3)
@Message(value="Attempt to create IIOPAddress with port {0}, which is out of range")
BAD_PARAM badIiopAddressPort(int arg0)
@Log(level=WARNING,
id=1)
@Message(value="IOR must have at least one IIOP profile")
INV_OBJREF iorMustHaveIiopProfile()
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.