}
public static final int BAD_BEGIN_UNMARSHAL_CUSTOM_VALUE = SUNVMCID.value + 1411 ;
public INTERNAL badBeginUnmarshalCustomValue( CompletionStatus cs, Throwable t ) {
INTERNAL exc = new INTERNAL( BAD_BEGIN_UNMARSHAL_CUSTOM_VALUE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "UTIL.badBeginUnmarshalCustomValue",
parameters, UtilSystemException.class, exc ) ;