Class AbstractX509CertificateWrapperException

  • All Implemented Interfaces:
    Serializable

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

      • AbstractX509CertificateWrapperException

        public AbstractX509CertificateWrapperException​(Exception e)
      • AbstractX509CertificateWrapperException

        public AbstractX509CertificateWrapperException​(String msg,
                                                       Exception e)