org.oddjob.beanbus
Class BadBeanException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.oddjob.beanbus.BusException
org.oddjob.beanbus.BadBeanException
- All Implemented Interfaces:
- Serializable
public class BadBeanException
- extends BusException
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BadBeanException
public BadBeanException(Object badBean)
BadBeanException
public BadBeanException(Object badBean,
String message,
Throwable cause)
BadBeanException
public BadBeanException(Object badBean,
String message)
BadBeanException
public BadBeanException(Object badBean,
Throwable cause)
getBadBean
public Object getBadBean()