Package com.sun.corba.ee.spi.logging
Interface IORSystemException
@ExceptionWrapper(idPrefix="IOP")
@ORBException(omgException=false,
group=5)
public interface IORSystemException
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbadIiopAddressPort
(int arg0) badMagic
(int magic) createMarshalError
(MARSHAL mexc) getLocalServantFailure
(Exception exc, ObjectAdapterId oaid) invalidJdk131PatchLevel
(int arg0) nullPoa()
taggedProfileTemplateFactoryNotFound
(int arg0)
-
Field Details
-
self
-
-
Method Details
-
ortNotInitialized
@Log(level=WARNING, id=1) @Message("ObjectReferenceTemplate is not initialized") INTERNAL ortNotInitialized() -
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 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 Exception exc, ObjectAdapterId oaid) -
ioexceptionDuringStreamClose
-
adapterIdNotAvailable
@Log(level=WARNING, id=1) @Message("Adapter ID not available") BAD_OPERATION adapterIdNotAvailable() -
serverIdNotAvailable
-
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() -
createMarshalError
-