javax.enterprise.inject
public class CreationException extends InjectionException
Indicates that a checked exception was thrown during creation of a bean.
Constructor and Description |
---|
CreationException() |
CreationException(String message) |
CreationException(String message,
Throwable cause) |
CreationException(Throwable cause) |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2008–2015 Seam Framework. All rights reserved.