|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WebBeansException | |
|---|---|
| org.apache.webbeans.corespi.se | |
| org.apache.webbeans.exception | |
| org.apache.webbeans.util | |
| Uses of WebBeansException in org.apache.webbeans.corespi.se |
|---|
| Methods in org.apache.webbeans.corespi.se that throw WebBeansException | ||
|---|---|---|
void |
DefaultJndiService.bind(String name,
Object object)
|
|
|
DefaultJndiService.getObject(String name,
Class<? extends T> expectedClass)
|
|
void |
DefaultJndiService.unbind(String name)
|
|
| Uses of WebBeansException in org.apache.webbeans.exception |
|---|
| Subclasses of WebBeansException in org.apache.webbeans.exception | |
|---|---|
class |
ComponentNotFoundException
Throws when the component is not found in the web beans container. |
class |
ContextRemoveException
Throws when the component is not found in the current context while trrying to remove. |
class |
ResolutionByNameException
Throws when exceptional situation occurs while resolving components in the web beans container by name. |
class |
WebBeansCreationException
Exception that is thrown by the web beans container at the deployment time. |
| Uses of WebBeansException in org.apache.webbeans.util |
|---|
| Methods in org.apache.webbeans.util that throw WebBeansException | ||
|---|---|---|
static
|
JNDIUtil.lookup(String name,
Class<? extends T> expectedClass)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||