- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- com.aoapps.lang.FrozenException
-
- All Implemented Interfaces:
Serializable
public class FrozenException extends IllegalStateException
Indicates an attempt was made to modify a frozen object.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FrozenException()FrozenException(String message)FrozenException(String message, Throwable cause)FrozenException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-