Interface Exceptions
-
@ExceptionWrapper(idPrefix="ORBPRES") public interface Exceptions
-
-
Field Summary
Fields Modifier and Type Field Description static int
DSI_START
static int
EXCEPTIONS_PER_CLASS
static int
JSFI_START
static Exceptions
self
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
couldNotConnect(java.lang.Exception exc)
void
couldNotGetORB(java.lang.Exception exc, javax.naming.Context nc)
void
noStub(java.lang.Exception exc)
void
readResolveClassNotFound(java.lang.ClassNotFoundException exc, java.lang.String cname)
-
-
-
Field Detail
-
self
static final Exceptions self
-
EXCEPTIONS_PER_CLASS
static final int EXCEPTIONS_PER_CLASS
- See Also:
- Constant Field Values
-
JSFI_START
static final int JSFI_START
- See Also:
- Constant Field Values
-
DSI_START
static final int DSI_START
- See Also:
- Constant Field Values
-
-
Method Detail
-
noStub
@Message("No stub could be created") @Log(level=FINE, id=1) void noStub(@Chain java.lang.Exception exc)
-
couldNotConnect
@Message("Could not connect stub") @Log(level=FINE, id=2) void couldNotConnect(@Chain java.lang.Exception exc)
-
couldNotGetORB
@Message("Could not get ORB from naming context") @Log(level=FINE, id=2) void couldNotGetORB(@Chain java.lang.Exception exc, javax.naming.Context nc)
-
readResolveClassNotFound
@Message("ClassNotFound exception in readResolve on class {0}") @Log(level=FINE, id=101) void readResolveClassNotFound(@Chain java.lang.ClassNotFoundException exc, java.lang.String cname)
-
-