Class CertificateGeneratorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.codice.ddf.security.certificate.generator.CertificateGeneratorException
All Implemented Interfaces:
Serializable

public class CertificateGeneratorException extends RuntimeException
Custome exception class for the certificate generator package. Strategy is to wrap sundry errors generated by the Java and Bouncy Castle cryptography/PKIX/JCA provider classes and present unified exception to client code.
See Also:
  • Constructor Details

    • CertificateGeneratorException

      public CertificateGeneratorException(String msg)
    • CertificateGeneratorException

      public CertificateGeneratorException(String msg, Throwable cause)