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 a LiteralDataPacket is expected, but not found.
See Also:
  • Constructor Details

    • MissingLiteralDataException

      public MissingLiteralDataException(String message)