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:
- java.io.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
|
Field Summary |
java.lang.Object[] |
args
|
java.lang.reflect.AccessibleObject |
method
|
|
Method Summary |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
args
public final java.lang.Object[] args
method
public final java.lang.reflect.AccessibleObject method
WrappedBeanMethodInvocationException
public WrappedBeanMethodInvocationException(java.lang.Throwable throwable,
java.lang.reflect.AccessibleObject method,
java.lang.Object... args)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Throwable
Copyright © 2012 LSST. All Rights Reserved.