Class BeanException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.microbean.bean.BeanException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CreationException,DestructionException,ReductionException
A
RuntimeException indicating that an error has occurred in code in this package.- Author:
- Laird Nelson
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a newBeanException.BeanException(String message) Creates a newBeanException.BeanException(String message, Throwable cause) Creates a newBeanException.BeanException(Throwable cause) Creates a newBeanException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BeanException
public BeanException()Creates a newBeanException. -
BeanException
Creates a newBeanException.- Parameters:
message- a detail message; may benull
-
BeanException
Creates a newBeanException.- Parameters:
cause- a causalThrowable; may benull
-
BeanException
Creates a newBeanException.- Parameters:
message- a detail message; may benullcause- a causalThrowable; may benull
-