Class PkiErrorException

  • All Implemented Interfaces:
    Serializable

    public class PkiErrorException
    extends Exception
    Exception that wraps the PKIStatusInfo.
    Since:
    2.0.0
    Author:
    Lijun Liao (xipki)
    See Also:
    Serialized Form
    • Constructor Detail

      • PkiErrorException

        public PkiErrorException​(org.bouncycastle.asn1.cmp.PKIStatusInfo statusInfo)
      • PkiErrorException

        public PkiErrorException​(org.xipki.cmp.PkiStatusInfo statusInfo)
      • PkiErrorException

        public PkiErrorException​(int status,
                                 int pkiFailureInfo,
                                 String statusMessage)
    • Method Detail

      • getStatus

        public int getStatus()
      • getPkiFailureInfo

        public int getPkiFailureInfo()
      • getStatusMessage

        public String getStatusMessage()