Package org.coliper.ibean.extension
Class BeanFrozenException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- org.coliper.ibean.extension.BeanFrozenException
-
- All Implemented Interfaces:
Serializable
public class BeanFrozenException extends IllegalStateException
Thrown from beans that are extended withFreezableinterface when their status is frozen and a setter is called.- See Also:
Freezable, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BeanFrozenException()Creates a newBeanFrozenException.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
BeanFrozenException
public BeanFrozenException()
Creates a newBeanFrozenException.
-
-