org.beanlet
Class BeanletCreationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.beanlet.BeanletApplicationException
org.beanlet.BeanletException
org.beanlet.BeanletCreationException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- BeanletNotActiveException
public class BeanletCreationException
- extends BeanletException
Thrown if an instance for the specified beanlet could not be created, or
obtained for some reason.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BeanletCreationException
public BeanletCreationException(String beanletName)
BeanletCreationException
public BeanletCreationException(String beanletName,
String message)
BeanletCreationException
public BeanletCreationException(String beanletName,
Throwable cause)
BeanletCreationException
public BeanletCreationException(String beanletName,
String message,
Throwable cause)
Copyright © 2006-2012. All Rights Reserved.