Class PemGenerationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.bouncycastle.util.io.pem.PemGenerationException
All Implemented Interfaces:
Serializable

public class PemGenerationException
extends IOException
See Also:
Serialized Form
  • Constructor Details

    • PemGenerationException

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

      public PemGenerationException​(String message)
  • Method Details

    • 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