///////////////////////////////////////////////////////////
public static final int NO_POA = SUNVMCID.value + 1402 ;
public BAD_PARAM noPoa( CompletionStatus cs, Throwable t ) {
BAD_PARAM exc = new BAD_PARAM( NO_POA, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "UTIL.noPoa",
parameters, UtilSystemException.class, exc ) ;