public class KeyCrypterException extends RuntimeException
Exception to provide the following:
This base exception acts as a general failure mode not attributable to a specific cause (other than that reported in the exception message). Since this is in English, it may not be worth reporting directly to the user other than as part of a "general failure to parse" response.
Constructor and Description |
---|
KeyCrypterException(String s) |
KeyCrypterException(String s,
Throwable throwable) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2016. All rights reserved.