public static final int RESOLVE_CONVERSION_FAILURE = SUNVMCID.value + 602 ;
public UNKNOWN resolveConversionFailure( CompletionStatus cs, Throwable t ) {
UNKNOWN exc = new UNKNOWN( RESOLVE_CONVERSION_FAILURE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "NAMING.resolveConversionFailure",
parameters, NamingSystemException.class, exc ) ;