Class UnacceptableAlgorithmException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.bouncycastle.openpgp.PGPException
org.pgpainless.exception.UnacceptableAlgorithmException
All Implemented Interfaces:
Serializable

public class UnacceptableAlgorithmException extends org.bouncycastle.openpgp.PGPException
Exception that gets thrown if unacceptable algorithms are encountered.
See Also:
  • Constructor Details

    • UnacceptableAlgorithmException

      public UnacceptableAlgorithmException(String message)