org.jboss.solder.beanManager
Class BeanManagerUnavailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.solder.beanManager.BeanManagerUnavailableException
- All Implemented Interfaces:
- java.io.Serializable
public class BeanManagerUnavailableException
- extends java.lang.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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BeanManagerUnavailableException
public BeanManagerUnavailableException(java.util.List<BeanManagerProvider> providers)
getProviders
public java.util.List<BeanManagerProvider> getProviders()
getProvidersAsString
public java.lang.String getProvidersAsString()
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage in class java.lang.Throwable
Copyright © 2008-2012 Seam Framework. All Rights Reserved.