java.io.Serializablepublic class MemoableResetException
extends java.lang.ClassCastException
The exception extends ClassCastException to enable users to have a single handling case, only introducing specific handling of this one if required.
| Constructor | Description |
|---|---|
MemoableResetException(java.lang.String msg) |
Basic Constructor.
|