@ExceptionWrapper(idPrefix="ORBPRES")
public interface Exceptions
| Modifier and Type | Field and Description |
|---|---|
static int |
DSI_START |
static int |
EXCEPTIONS_PER_CLASS |
static int |
JSFI_START |
static Exceptions |
self |
| Modifier and Type | Method and Description |
|---|---|
void |
couldNotConnect(Exception exc) |
void |
couldNotGetORB(Exception exc,
Context nc) |
void |
noStub(Exception exc) |
void |
readResolveClassNotFound(ClassNotFoundException exc,
String cname) |
static final Exceptions self
static final int EXCEPTIONS_PER_CLASS
static final int JSFI_START
static final int DSI_START
@Message(value="No stub could be created")
@Log(level=FINE,
id=1)
void noStub(@Chain
Exception exc)
@Message(value="Could not connect stub")
@Log(level=FINE,
id=2)
void couldNotConnect(@Chain
Exception exc)
@Message(value="Could not get ORB from naming context")
@Log(level=FINE,
id=2)
void couldNotGetORB(@Chain
Exception exc,
Context nc)
@Message(value="ClassNotFound exception in readResolve on class {0}")
@Log(level=FINE,
id=101)
void readResolveClassNotFound(@Chain
ClassNotFoundException exc,
String cname)
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.