Class PemGenerationException

    • Constructor Detail

      • PemGenerationException

        public PemGenerationException​(String message,
                                      Throwable cause)
      • PemGenerationException

        public PemGenerationException​(String message)
    • Method Detail

      • getCause

        public Throwable getCause()
        Description copied from class: Throwable
        Returns the cause of this Throwable, or null if there is no cause.
        Overrides:
        getCause in class Throwable