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:
- java.io.Serializable
public class BeanStateException
- extends java.lang.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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BeanStateException
public BeanStateException()
BeanStateException
public BeanStateException(java.lang.String s)
BeanStateException
public BeanStateException(java.lang.String s,
java.lang.Throwable throwable)
BeanStateException
public BeanStateException(java.lang.Throwable throwable)
Copyright © 2012 LSST. All Rights Reserved.