Package org.pgpainless.exception
Class MissingLiteralDataException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.bouncycastle.openpgp.PGPException
-
- org.pgpainless.exception.MissingLiteralDataException
-
- All Implemented Interfaces:
Serializable
public class MissingLiteralDataException extends org.bouncycastle.openpgp.PGPException
Exception that gets thrown if aLiteralDataPacket
is expected, but not found.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MissingLiteralDataException(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
-
MissingLiteralDataException
public MissingLiteralDataException(String message)
-
-