com.ls.security.pki
Class WebGatewayException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.ls.BaseException
|
+--com.ls.security.pki.PKIBaseException
|
+--com.ls.security.pki.WebGatewayException
- All Implemented Interfaces:
- Serializable
- public class WebGatewayException
- extends PKIBaseException
This exception is thrown when sending certificate request to UniCert WebGateway failed. The possible reason might
be 1). UniCert WebGateway is down 2). the WebGatewat parameters are not correct
- Version:
- $Revision: 1.3 $
- Author:
- Last modified by $Author: JBogenschuetz $
- See Also:
- Serialized Form
WebGatewayException
public WebGatewayException(String description)
- Creates a
WebGatewayException
with the specified detail message.
- Parameters:
description
- The detail message.
WebGatewayException
public WebGatewayException(String description,
Throwable throwable)
- Creates a
WebGatewayException
with the specified
detail message and nested exception.
- Parameters:
description
- The detail message.throwable
- The nested exception.