///////////////////////////////////////////////////////////
public static final int CANNOT_READ_REPOSITORY_DB = SUNVMCID.value + 401 ;
public INITIALIZE cannotReadRepositoryDb( CompletionStatus cs, Throwable t ) {
INITIALIZE exc = new INITIALIZE( CANNOT_READ_REPOSITORY_DB, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ACTIVATION.cannotReadRepositoryDb",
parameters, ActivationSystemException.class, exc ) ;