Java java.security.cert CertStoreException fields, constructors, methods, implement or subclass

Example usage for Java java.security.cert CertStoreException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.security.cert CertStoreException.

The text is from its open source code.

Constructor

CertStoreException(String msg)
Creates a CertStoreException with the given detail message.
CertStoreException(Throwable cause)
Creates a CertStoreException that wraps the specified throwable.