Interface Exceptions
@ExceptionWrapper(idPrefix="ORBPRES")
public interface Exceptions
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final Exceptions
-
Method Summary
Modifier and TypeMethodDescriptionvoid
couldNotConnect
(Exception exc) void
couldNotGetORB
(Exception exc, Context nc) void
void
readResolveClassNotFound
(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)
-