Class X509CertificateOperationException

  • All Implemented Interfaces:
    Serializable

    public class X509CertificateOperationException
    extends RuntimeException
    RuntimeException for any checked exceptions related to X509Certificate operations that we have no better way of dealing with.
    See Also:
    Serialized Form
    • Constructor Detail

      • X509CertificateOperationException

        public X509CertificateOperationException​(Exception e)
      • X509CertificateOperationException

        public X509CertificateOperationException​(String msg,
                                                 Exception e)