public class MemoableResetException extends 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(String msg)
Basic Constructor.
|
getMessage, initCause, printStackTrace, printStackTrace, toString
public MemoableResetException(String msg)
msg
- message to be associated with this exception.