PdfPasswordException


public final class PdfPasswordException extends SecurityException

java.lang.Object
   โ†ณ kotlin.Throwable
     โ†ณ java.lang.Exception
       โ†ณ java.lang.RuntimeException
         โ†ณ java.lang.SecurityException
           โ†ณ androidx.pdf.PdfPasswordException

Represents the exception thrown when a password is required or an incorrect password is supplied to a protected document

Summary

Public constructors

Public constructors

PdfPasswordException

Added in 1.0.0-alpha18
public PdfPasswordException(@NonNull String message)