Interface ActivationSystemException


@ExceptionWrapper(idPrefix="IOP") @ORBException(omgException=false, group=1) public interface ActivationSystemException
  • Field Details

  • Method Details

    • cannotReadRepositoryDb

      @Log(level=WARNING, id=1) @Message("Cannot read repository datastore") INITIALIZE cannotReadRepositoryDb(@Chain 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 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 Exception exc)