org.oddjob.beanbus
Class BadBeanException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.oddjob.beanbus.BusException
              extended by org.oddjob.beanbus.BadBeanException
All Implemented Interfaces:
Serializable

public class BadBeanException
extends BusException

See Also:
Serialized Form

Constructor Summary
BadBeanException(Object badBean)
           
BadBeanException(Object badBean, String message)
           
BadBeanException(Object badBean, String message, Throwable cause)
           
BadBeanException(Object badBean, Throwable cause)
           
 
Method Summary
 Object getBadBean()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)
Method Detail

getBadBean

public Object getBadBean()