///////////////////////////////////////////////////////////
public static final int CANNOT_CREATE_ORBID_DB = SUNVMCID.value + 201 ;
public INITIALIZE cannotCreateOrbidDb( CompletionStatus cs, Throwable t ) {
INITIALIZE exc = new INITIALIZE( CANNOT_CREATE_ORBID_DB, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.cannotCreateOrbidDb",
parameters, ORBUtilSystemException.class, exc ) ;