Package com.sun.corba.ee.spi.logging
Interface ActivationSystemException
-
@ExceptionWrapper(idPrefix="IOP") @ORBException(omgException=false, group=1) public interface ActivationSystemException
-
-
Field Summary
Fields Modifier and Type Field Description static ActivationSystemException
self
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description INITIALIZE
cannotAddInitialNaming()
INITIALIZE
cannotReadRepositoryDb(java.lang.Exception exc)
INTERNAL
cannotWriteRepositoryDb(java.lang.Exception exc)
OBJECT_NOT_EXIST
errorInBadServerIdHandler(java.lang.Exception exc)
INTERNAL
serverNotExpectedToRegister()
INTERNAL
serverNotRunning()
INTERNAL
unableToStartProcess()
-
-
-
Field Detail
-
self
static final ActivationSystemException self
-
-
Method Detail
-
cannotReadRepositoryDb
@Log(level=WARNING, id=1) @Message("Cannot read repository datastore") INITIALIZE cannotReadRepositoryDb(@Chain java.lang.Exception exc)
-
cannotAddInitialNaming
@Log(level=WARNING, id=2) @Message("Cannot add initial naming") INITIALIZE cannotAddInitialNaming()
-
cannotWriteRepositoryDb
@Log(level=WARNING, id=1) @Message("Cannot write repository datastore") INTERNAL cannotWriteRepositoryDb(@Chain java.lang.Exception exc)
-
serverNotExpectedToRegister
@Log(level=WARNING, id=3) @Message("Server not expected to register") INTERNAL serverNotExpectedToRegister()
-
unableToStartProcess
@Log(level=WARNING, id=4) @Message("Unable to start server process") INTERNAL unableToStartProcess()
-
serverNotRunning
@Log(level=WARNING, id=6) @Message("Server is not running") INTERNAL serverNotRunning()
-
errorInBadServerIdHandler
@Log(level=WARNING, id=1) @Message("Error in BadServerIdHandler") OBJECT_NOT_EXIST errorInBadServerIdHandler(@Chain java.lang.Exception exc)
-
-