org.lsst.ccs.utilities.beanutils
Class WrappedBeanMethodInvocationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.lsst.ccs.utilities.beanutils.WrappedException
org.lsst.ccs.utilities.beanutils.WrappedBeanMethodInvocationException
- All Implemented Interfaces:
- Serializable
public class WrappedBeanMethodInvocationException
- extends WrappedException
Wraps an exception thrown while invoking a bean method delegated to a non-bean;
- Author:
- bamade
- See Also:
- Serialized Form
args
public final Object[] args
method
public final AccessibleObject method
WrappedBeanMethodInvocationException
public WrappedBeanMethodInvocationException(Throwable throwable,
AccessibleObject method,
Object... args)
toString
public String toString()
- Overrides:
toString in class Throwable
Copyright © 2013 LSST. All Rights Reserved.