Package com.sun.corba.ee.spi.logging
Interface UtilSystemException
@ExceptionWrapper(idPrefix="IOP")
@ORBException(omgException=false,
group=6)
public interface UtilSystemException
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionclassNotFound
(String arg0) couldNotLoadStub
(String arg0) errorSetBooleanField
(Exception exc, String fname, Object obj, boolean value) errorSetByteField
(Exception exc, String fname, Object obj, byte value) errorSetCharField
(Exception exc, String fname, Object obj, char value) errorSetDoubleField
(Exception exc, String arg0, Object obj, double value) errorSetFloatField
(Exception exc, String fname, Object obj, float value) errorSetIntField
(Exception exc, String fname, Object obj, int value) errorSetLongField
(Exception exc, String fname, Object obj, long value) errorSetObjectField
(Exception exc, String fname, Object obj, Object value) errorSetShortField
(Exception exc, String fname, Object obj, short value) illegalFieldAccess
(String arg0) invalidIndirection
(IOException exc, int indir) loadTieFailed
(Exception exc, String arg0) objectNotConnected
(Exception exc, String arg0) objectNotExported
(String arg0) testException
(int arg0)
-
Field Details
-
self
-
unableLocateValueHelper
- See Also:
-
-
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
-
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
-
badHexDigit
@Log(level=WARNING, id=1) @Message("Bad hex digit in string_to_object") DATA_CONVERSION badHexDigit() -
unableLocateValueHelper
-
unableLocateValueHelper
-
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
-
errorSetBooleanField
-
errorSetByteField
-
errorSetCharField
-
errorSetShortField
-
errorSetIntField
-
errorSetLongField
-
errorSetFloatField
-
errorSetDoubleField
-
illegalFieldAccess
-
badBeginUnmarshalCustomValue
@Log(level=WARNING, id=11) @Message("State should be saved and reset first") INTERNAL badBeginUnmarshalCustomValue() -
classNotFound
-
couldNotFindJdkValueHandler
-
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
-
unknownSysex
-