Package org.xipki.cmp.client
Class PkiErrorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.xipki.cmp.client.PkiErrorException
-
- All Implemented Interfaces:
java.io.Serializable
public class PkiErrorException extends java.lang.ExceptionException that wraps the PKIStatusInfo.- Since:
- 2.0.0
- Author:
- Lijun Liao (xipki)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PkiErrorException(int status, int pkiFailureInfo, java.lang.String statusMessage)PkiErrorException(org.bouncycastle.asn1.cmp.PKIStatusInfo statusInfo)PkiErrorException(PkiStatusInfo statusInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetPkiFailureInfo()intgetStatus()java.lang.StringgetStatusMessage()
-
-
-
Constructor Detail
-
PkiErrorException
public PkiErrorException(org.bouncycastle.asn1.cmp.PKIStatusInfo statusInfo)
-
PkiErrorException
public PkiErrorException(PkiStatusInfo statusInfo)
-
PkiErrorException
public PkiErrorException(int status, int pkiFailureInfo, java.lang.String statusMessage)
-
-