Searched refs:JNDI_UNAVAILABILITY_CAUSE (Results 1 – 1 of 1) sorted by relevance
51 private static final Throwable JNDI_UNAVAILABILITY_CAUSE = initJndi(); field in JndiResourceResolverFactory95 return JNDI_UNAVAILABILITY_CAUSE; in unavailabilityCause()292 if (JNDI_UNAVAILABILITY_CAUSE != null) { in checkAvailable()294 "JNDI is not currently available", JNDI_UNAVAILABILITY_CAUSE); in checkAvailable()