org.lsst.ccs.utilities.beanutils
Class BeanStateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
BeanStateException()
           
BeanStateException(String s)
           
BeanStateException(String s, Throwable throwable)
           
BeanStateException(Throwable throwable)
           
 
Method Summary
 
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
 

Constructor Detail

BeanStateException

public BeanStateException()

BeanStateException

public BeanStateException(String s)

BeanStateException

public BeanStateException(String s,
                          Throwable throwable)

BeanStateException

public BeanStateException(Throwable throwable)


Copyright © 2013 LSST. All Rights Reserved.