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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MemoableResetException(String msg)
msg
- message to be associated with this exception.Copyright © 2016 BouncyCastle.org. All rights reserved.