|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
Jndi.lookup(String name)
Looks up a object by the name. |
|
static
|
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
|
ContextUtil.lookup(Context context,
String name)
Looks up a object by the name. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |