Package com.pspdfkit.exceptions
Class InvalidPasswordException
-
- All Implemented Interfaces:
-
java.io.Serializable
public class InvalidPasswordException extends IOException
Thrown when attempting to open a password protected PDF document with wrong password.
-
-
Constructor Summary
Constructors Constructor Description InvalidPasswordException()
InvalidPasswordException(String detailMessage)
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
InvalidPasswordException
InvalidPasswordException()
-
InvalidPasswordException
InvalidPasswordException(String detailMessage)
-
-
-
-