///////////////////////////////////////////////////////////
public static final int POA_LOOKUP_ERROR = SUNVMCID.value + 1001 ;
public OBJ_ADAPTER poaLookupError( CompletionStatus cs, Throwable t ) {
OBJ_ADAPTER exc = new OBJ_ADAPTER( POA_LOOKUP_ERROR, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "POA.poaLookupError",
parameters, POASystemException.class, exc ) ;