org.beanlet
Class BeanletNotActiveException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.beanlet.BeanletApplicationException
org.beanlet.BeanletException
org.beanlet.BeanletCreationException
org.beanlet.BeanletNotActiveException
- All Implemented Interfaces:
- Serializable
public class BeanletNotActiveException
- extends BeanletCreationException
Thrown if the specified beanlet has not yet been activated.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BeanletNotActiveException
public BeanletNotActiveException(String beanletName)
BeanletNotActiveException
public BeanletNotActiveException(String beanletName,
Throwable cause)
Copyright © 2006-2008. All Rights Reserved.