org.lsst.ccs.utilities.beanutils
Class WrappedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.lsst.ccs.utilities.beanutils.WrappedException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- WrappedBeanMethodInvocationException
public class WrappedException
- extends RuntimeException
Wraps an Exception thrown during bean operations in a RuntimeException
- Author:
- bamade
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
WrappedException
public WrappedException(String s,
Throwable throwable)
WrappedException
public WrappedException(Throwable throwable)
Copyright © 2012 LSST. All Rights Reserved.