com.ls.security.pki
Class SignatureVericationException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.ls.BaseException
|
+--com.ls.security.pki.PKIBaseException
|
+--com.ls.security.pki.SignatureVericationException
- All Implemented Interfaces:
- Serializable
- public class SignatureVericationException
- extends PKIBaseException
If the signature verification failed. It can be thrown when the private key not correct, or the final verification
failed due to wrong private key or changed original text.
- Version:
- $Revision: 1.3 $
- Author:
- Last modified by $Author: JBogenschuetz $
- See Also:
- Serialized Form
SignatureVericationException
public SignatureVericationException(String description)
- Creates a
SignatureVericationException
with the specified detail message.
- Parameters:
description
- The detail message.
SignatureVericationException
public SignatureVericationException(String description,
Throwable throwable)
- Creates a
SignatureVericationException
with the specified
detail message and nested exception.
- Parameters:
description
- The detail message.throwable
- The nested exception.