A type of SecurityException which is thrown when a decryption issue occurs.
To run this example, clone Jervis and execute ./gradlew console to bring up a Groovy Console with the classpath set up.
import net.gleske.jervis.exceptions.DecryptException
throw new DecryptException('some reason')| Constructor and description | 
|---|
                                DecryptException
                                (String message)Throw an exception relaying why decrypting a string failed.  | 
                        
| Methods inherited from class | Name | 
|---|---|
class Exception | 
                            printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getSuppressed, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll | 
                        
Throw an exception relaying why decrypting a string failed.
message -  A simple message.Jervis API documentation.