@ExceptionWrapper(idPrefix="IOP") @ORBException(omgException=false, group=1) public interface ActivationSystemException
| Modifier and Type | Field and Description |
|---|---|
static ActivationSystemException |
self |
| Modifier and Type | Method and Description |
|---|---|
INITIALIZE |
cannotAddInitialNaming() |
INITIALIZE |
cannotReadRepositoryDb(Exception exc) |
INTERNAL |
cannotWriteRepositoryDb(Exception exc) |
OBJECT_NOT_EXIST |
errorInBadServerIdHandler(Exception exc) |
INTERNAL |
serverNotExpectedToRegister() |
INTERNAL |
serverNotRunning() |
INTERNAL |
unableToStartProcess() |
static final ActivationSystemException self
@Log(level=WARNING,
id=1)
@Message(value="Cannot read repository datastore")
INITIALIZE cannotReadRepositoryDb(@Chain
Exception exc)
@Log(level=WARNING,
id=2)
@Message(value="Cannot add initial naming")
INITIALIZE cannotAddInitialNaming()
@Log(level=WARNING,
id=1)
@Message(value="Cannot write repository datastore")
INTERNAL cannotWriteRepositoryDb(@Chain
Exception exc)
@Log(level=WARNING,
id=3)
@Message(value="Server not expected to register")
INTERNAL serverNotExpectedToRegister()
@Log(level=WARNING,
id=4)
@Message(value="Unable to start server process")
INTERNAL unableToStartProcess()
@Log(level=WARNING,
id=6)
@Message(value="Server is not running")
INTERNAL serverNotRunning()
@Log(level=WARNING,
id=1)
@Message(value="Error in BadServerIdHandler")
OBJECT_NOT_EXIST errorInBadServerIdHandler(@Chain
Exception exc)
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.