Package org.pgpainless.exception
Class WrongConsumingMethodException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.bouncycastle.openpgp.PGPException
-
- org.pgpainless.exception.WrongConsumingMethodException
-
- All Implemented Interfaces:
Serializable
public class WrongConsumingMethodException extends org.bouncycastle.openpgp.PGPException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WrongConsumingMethodException(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
-
WrongConsumingMethodException
public WrongConsumingMethodException(String message)
-
-