org.ocpsoft.rewrite.cdi.manager
Class BeanManagerUnavailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.ocpsoft.rewrite.cdi.manager.BeanManagerUnavailableException
- All Implemented Interfaces:
- Serializable
public class BeanManagerUnavailableException
- extends RuntimeException
A runtime exception that is thrown when the attempt to resolve the BeanManager using the BeanManagerProvider
service fails to locate the BeanManager.
- Author:
- Dan Allen
- See Also:
- Serialized Form
BeanManagerUnavailableException
public BeanManagerUnavailableException(List<BeanManagerProvider> providers)
getProviders
public List<BeanManagerProvider> getProviders()
getProvidersAsString
public String getProvidersAsString()
getMessage
public String getMessage()
- Overrides:
getMessage in class Throwable
Copyright © 2012 OCPsoft. All Rights Reserved.