Package com.sun.corba.ee.spi.logging
Interface IORSystemException
-
@ExceptionWrapper(idPrefix="IOP") @ORBException(omgException=false, group=5) public interface IORSystemException
-
-
Field Summary
Fields Modifier and Type Field Description static IORSystemException
self
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BAD_OPERATION
adapterIdNotAvailable()
BAD_PARAM
badIiopAddressPort(int arg0)
INTERNAL
badMagic(int magic)
BAD_PARAM
badOidInIorTemplateList()
UNKNOWN
createMarshalError(MARSHAL mexc)
INTERNAL
getLocalServantFailure(java.lang.Exception exc, ObjectAdapterId oaid)
INTERNAL
invalidJdk131PatchLevel(int arg0)
BAD_PARAM
invalidTaggedProfile()
INTERNAL
ioexceptionDuringStreamClose(java.lang.Exception exc)
INV_OBJREF
iorMustHaveIiopProfile()
INTERNAL
nullPoa()
BAD_OPERATION
objectAdapterIdNotAvailable()
BAD_OPERATION
orbIdNotAvailable()
INTERNAL
ortNotInitialized()
BAD_OPERATION
serverIdNotAvailable()
INTERNAL
stringifyWriteError(java.io.IOException exc)
INTERNAL
taggedProfileTemplateFactoryNotFound(int arg0)
-
-
-
Field Detail
-
self
static final IORSystemException self
-
-
Method Detail
-
ortNotInitialized
@Log(level=WARNING, id=1) @Message("ObjectReferenceTemplate is not initialized") INTERNAL ortNotInitialized()
-
nullPoa
@Log(level=WARNING, id=2) @Message("Null POA") INTERNAL nullPoa()
-
badMagic
@Log(level=WARNING, id=3) @Message("Bad magic number {0} in ObjectKeyTemplate") INTERNAL badMagic(int magic)
-
stringifyWriteError
@Log(level=WARNING, id=4) @Message("Error while stringifying an object reference") INTERNAL stringifyWriteError(@Chain java.io.IOException exc)
-
taggedProfileTemplateFactoryNotFound
@Log(level=WARNING, id=5) @Message("Could not find a TaggedProfileTemplateFactory for id {0}") INTERNAL taggedProfileTemplateFactoryNotFound(int arg0)
-
invalidJdk131PatchLevel
@Log(level=WARNING, id=6) @Message("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)
-
getLocalServantFailure
@Log(level=FINE, id=7) @Message("Exception occurred while looking for ObjectAdapter {0} in IIOPProfileImpl.getServant") INTERNAL getLocalServantFailure(@Chain java.lang.Exception exc, ObjectAdapterId oaid)
-
ioexceptionDuringStreamClose
@Log(level=WARNING, id=8) @Message("Exception occurred while closing an IO stream object") INTERNAL ioexceptionDuringStreamClose(@Chain java.lang.Exception exc)
-
adapterIdNotAvailable
@Log(level=WARNING, id=1) @Message("Adapter ID not available") BAD_OPERATION adapterIdNotAvailable()
-
serverIdNotAvailable
@Log(level=WARNING, id=2) @Message("Server ID not available") BAD_OPERATION serverIdNotAvailable()
-
orbIdNotAvailable
@Log(level=WARNING, id=3) @Message("ORB ID not available") BAD_OPERATION orbIdNotAvailable()
-
objectAdapterIdNotAvailable
@Log(level=WARNING, id=4) @Message("Object adapter ID not available") BAD_OPERATION objectAdapterIdNotAvailable()
-
badOidInIorTemplateList
@Log(level=WARNING, id=1) @Message("Profiles in IOR do not all have the same Object ID, so conversion to IORTemplateList is impossible") BAD_PARAM badOidInIorTemplateList()
-
invalidTaggedProfile
@Log(level=WARNING, id=2) @Message("Error in reading IIOP TaggedProfile") BAD_PARAM invalidTaggedProfile()
-
badIiopAddressPort
@Log(level=WARNING, id=3) @Message("Attempt to create IIOPAddress with port {0}, which is out of range") BAD_PARAM badIiopAddressPort(int arg0)
-
iorMustHaveIiopProfile
@Log(level=WARNING, id=1) @Message("IOR must have at least one IIOP profile") INV_OBJREF iorMustHaveIiopProfile()
-
-