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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnacceptableAlgorithmException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnacceptableAlgorithmException
public UnacceptableAlgorithmException(String message)
-
-