Uses of Class
org.slim3.commons.exception.NamingRuntimeException

Packages that use NamingRuntimeException
org.slim3.commons.exception This package provides Slim3 commons exceptions. 
org.slim3.commons.jndi The feature to access naming context. 
org.slim3.commons.util Utilities. 
 

Uses of NamingRuntimeException in org.slim3.commons.exception
 

Subclasses of NamingRuntimeException in org.slim3.commons.exception
 class NameAlreadyBoundRuntimeException
          This exception is thrown when the name is already bound to an another object.
 class NameNotFoundRuntimeException
          This exception is thrown when the name is not bound to any objects.
 

Uses of NamingRuntimeException in org.slim3.commons.jndi
 

Methods in org.slim3.commons.jndi that throw NamingRuntimeException
static
<T> T
Jndi.lookup(String name)
          Looks up a object by the name.
static
<T> T
Jndi.lookupWithoutNameNotFoundException(String name)
          Looks up a object by the name.
 

Uses of NamingRuntimeException in org.slim3.commons.util
 

Methods in org.slim3.commons.util that throw NamingRuntimeException
static
<T> T
ContextUtil.lookup(Context context, String name)
          Looks up a object by the name.
 



Copyright © 2008-2009 The Slim3 project. All Rights Reserved.