Class CreationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.microbean.bean.BeanException
org.microbean.bean.CreationException
- All Implemented Interfaces:
- Serializable
A 
BeanException indicating a problem with creation.- Author:
- Laird Nelson
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionCreates a newCreationException.CreationException(String message) Creates a newCreationException.CreationException(String message, Throwable cause) Creates a newCreationException.CreationException(Throwable cause) Creates a newCreationException.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
CreationExceptionpublic CreationException()Creates a newCreationException.
- 
CreationExceptionCreates a newCreationException.- Parameters:
- message- a detail message; may be- null
 
- 
CreationExceptionCreates a newCreationException.- Parameters:
- cause- a- Throwablethat caused this- CreationExceptionto be created; may be- null
 
- 
CreationExceptionCreates a newCreationException.- Parameters:
- message- a detail message; may be- null
- cause- a- Throwablethat caused this- CreationExceptionto be created; may be- null
 
 
-