Package com.netscape.certsrv.cert
Class CertNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.netscape.certsrv.base.PKIException
-
- com.netscape.certsrv.base.ResourceNotFoundException
-
- com.netscape.certsrv.cert.CertNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class CertNotFoundException extends ResourceNotFoundException
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.netscape.certsrv.base.PKIException
PKIException.Data
-
-
Field Summary
Fields Modifier and Type Field Description CertId
certId
-
Fields inherited from class com.netscape.certsrv.base.PKIException
code
-
-
Constructor Summary
Constructors Constructor Description CertNotFoundException(PKIException.Data data)
CertNotFoundException(CertId certId)
CertNotFoundException(CertId certId, java.lang.String message)
CertNotFoundException(CertId certId, java.lang.String message, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CertId
getCertId()
PKIException.Data
getData()
void
setRequestId(CertId certId)
-
Methods inherited from class com.netscape.certsrv.base.PKIException
getCode, main, setCode
-
-
-
-
Field Detail
-
certId
public CertId certId
-
-
Constructor Detail
-
CertNotFoundException
public CertNotFoundException(CertId certId)
-
CertNotFoundException
public CertNotFoundException(CertId certId, java.lang.String message)
-
CertNotFoundException
public CertNotFoundException(CertId certId, java.lang.String message, java.lang.Throwable cause)
-
CertNotFoundException
public CertNotFoundException(PKIException.Data data)
-
-
Method Detail
-
getData
public PKIException.Data getData()
- Overrides:
getData
in classResourceNotFoundException
-
getCertId
public CertId getCertId()
-
setRequestId
public void setRequestId(CertId certId)
-
-