KitePDF
Toggle table of contents
0.6.1
Guide
GitHub
common
Target filter
common
Switch theme
Search in API
Skip to content
KitePDF
kitepdf-core
/
io.github.yuroyami.kitepdf.core
/
WrongPasswordException
Wrong
Password
Exception
class
WrongPasswordException
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
RuntimeException
Raised when a PDF is encrypted and the supplied password did not authenticate.
Members
Constructors
Wrong
Password
Exception
Link copied to clipboard
constructor
(
message
:
String
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
message
Link copied to clipboard
expect
open
val
message
:
String
?