public static final int CANT_POP_ONLY_PICURRENT = SUNVMCID.value + 812 ;
public INTERNAL cantPopOnlyPicurrent( CompletionStatus cs, Throwable t ) {
INTERNAL exc = new INTERNAL( CANT_POP_ONLY_PICURRENT, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "INTERCEPTORS.cantPopOnlyPicurrent",
parameters, InterceptorsSystemException.class, exc ) ;