public 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 and Description |
|---|
MemoableResetException(java.lang.String msg)
Basic Constructor.
|