Package org.pgpainless.exception
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 Summary
Constructors -
Method Summary
Methods inherited from class org.bouncycastle.openpgp.PGPException
getCause, getUnderlyingException
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnacceptableAlgorithmException
-