com.ls.security.pki
Class DecryptionException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.ls.BaseException
|
+--com.ls.security.pki.PKIBaseException
|
+--com.ls.security.pki.DecryptionException
- All Implemented Interfaces:
- Serializable
- public class DecryptionException
- extends PKIBaseException
This exception is thrown when there is error in decryption process, for example, if the private key is not correct,
if the password not correct, or if the decryption process error.
- Version:
- $Revision: 1.3 $
- Author:
- Last modified by $Author: JBogenschuetz $
- See Also:
- Serialized Form
DecryptionException
public DecryptionException(String description)
- Creates a
DecryptionException
with the specified detail message.
- Parameters:
description
- The detail message.
DecryptionException
public DecryptionException(String description,
Throwable throwable)
- Creates a
DecryptionException
with the specified
detail message and nested exception.
- Parameters:
description
- The detail message.throwable
- The nested exception.