public class PkiErrorException extends Exception
| Constructor and Description |
|---|
PkiErrorException(int status) |
PkiErrorException(int status,
int pkiFailureInfo,
String statusMessage) |
PkiErrorException(org.xipki.security.cmp.PkiStatusInfo statusInfo) |
PkiErrorException(org.bouncycastle.asn1.cmp.PKIStatusInfo statusInfo) |
| Modifier and Type | Method and Description |
|---|---|
int |
getPkiFailureInfo() |
int |
getStatus() |
String |
getStatusMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PkiErrorException(org.bouncycastle.asn1.cmp.PKIStatusInfo statusInfo)
public PkiErrorException(org.xipki.security.cmp.PkiStatusInfo statusInfo)
public PkiErrorException(int status,
int pkiFailureInfo,
String statusMessage)
public PkiErrorException(int status)
public int getStatus()
public int getPkiFailureInfo()
public String getStatusMessage()
Copyright © 2019. All rights reserved.