Class PEMException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EncryptionException, PasswordException

public class PEMException extends IOException
See Also:
  • Constructor Details

    • PEMException

      public PEMException(String message)
    • PEMException

      public PEMException(String message, Exception underlying)
  • Method Details