com.ls.security.pki
Class GeneralPKIException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.ls.BaseException
|
+--com.ls.security.pki.PKIBaseException
|
+--com.ls.security.pki.GeneralPKIException
- All Implemented Interfaces:
- Serializable
- public class GeneralPKIException
- extends PKIBaseException
General PKI exception, thrown when there are following errors:
1). File not found
2). File format not correct
3). Encoding and decoding error
- Version:
- $Revision: 1.3 $
- Author:
- Last modified by $Author: JBogenschuetz $
- See Also:
- Serialized Form
GeneralPKIException
public GeneralPKIException(String description)
- Creates a
PKIBaseException
with the specified detail message.
- Parameters:
description
- The detail message.
GeneralPKIException
public GeneralPKIException(String description,
Throwable throwable)
- Creates a
PKIBaseException
with the specified
detail message and nested exception.
- Parameters:
description
- The detail message.throwable
- The nested exception.