Class CertException

All Implemented Interfaces:
Serializable

public class CertException extends SignException
An exception indicating certificate or key generation related problems
Author:
Wojciech Sulejman
See Also:
  • Constructor Details

    • CertException

      public CertException(String message, Throwable e)
    • CertException

      public CertException(String message)
    • CertException

      public CertException(Throwable e)