Package com.norconex.commons.lang.bean
Class BeanException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.norconex.commons.lang.bean.BeanException
- All Implemented Interfaces:
Serializable
Runtime exception indicating a bean-operation error.
- Since:
- 2.0.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBeanException(String message) BeanException(String message, Throwable cause) BeanException(Throwable cause) -
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() -
BeanException
-
BeanException
-
BeanException
-