Package jakarta.enterprise.inject
Class CreationException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- jakarta.enterprise.inject.InjectionException
 - 
- jakarta.enterprise.inject.CreationException
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class CreationException extends InjectionException
Indicates that a checked exception was thrown during creation of a bean.
- Author:
 - Pete Muir, Gavin King
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description CreationException()CreationException(String message)CreationException(String message, Throwable cause)CreationException(Throwable cause) 
- 
Method Summary
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 -