org.lsst.ccs.config
Class ImmutableStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ImmutableStateException
public ImmutableStateException(String s)
ImmutableStateException
public ImmutableStateException(String s,
Throwable throwable)
ImmutableStateException
public ImmutableStateException(Throwable throwable)
Copyright © 2013 LSST. All Rights Reserved.