org.lsst.ccs.config
Class ImmutableStateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.lsst.ccs.config.ImmutableStateException
All Implemented Interfaces:
Serializable

public class ImmutableStateException
extends RuntimeException

Runtime exception to notify that an object is in an immutable state. A modifying method cannot be invoked.

Author:
bamade
See Also:
Serialized Form

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

ImmutableStateException

public ImmutableStateException(String s)

ImmutableStateException

public ImmutableStateException(String s,
                               Throwable throwable)

ImmutableStateException

public ImmutableStateException(Throwable throwable)


Copyright © 2013 LSST. All Rights Reserved.