Interface Exceptions
@ExceptionWrapper(idPrefix="ORBPRES")
public interface Exceptions
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final Exceptions -
Method Summary
Modifier and TypeMethodDescriptionvoidcouldNotConnect(Exception exc) voidcouldNotGetORB(Exception exc, Context nc) voidvoidreadResolveClassNotFound(ClassNotFoundException exc, String cname)
-
Field Details
-
self
-
EXCEPTIONS_PER_CLASS
static final int EXCEPTIONS_PER_CLASS- See Also:
-
JSFI_START
static final int JSFI_START- See Also:
-
DSI_START
static final int DSI_START- See Also:
-
-
Method Details
-
noStub
-
couldNotConnect
@Message("Could not connect stub") @Log(level=FINE, id=2) void couldNotConnect(@Chain Exception exc) -
couldNotGetORB
-
readResolveClassNotFound
@Message("ClassNotFound exception in readResolve on class {0}") @Log(level=FINE, id=101) void readResolveClassNotFound(@Chain ClassNotFoundException exc, String cname)
-