org.lsst.ccs.utilities.beanutils
Class BeanStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.lsst.ccs.utilities.beanutils.BeanStateException
- All Implemented Interfaces:
- Serializable
public class BeanStateException
- extends RuntimeException
An operation was performed while the bean was in an incorrect state:
e.g.
- Author:
- bamade
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BeanStateException
public BeanStateException()
BeanStateException
public BeanStateException(String s)
BeanStateException
public BeanStateException(String s,
Throwable throwable)
BeanStateException
public BeanStateException(Throwable throwable)
Copyright © 2012 LSST. All Rights Reserved.