org.pdfbox.exceptions

Class InvalidPasswordException


public class InvalidPasswordException
extends Exception

An exception that indicates an invalid password was supplied.
Version:
$Revision: 1.4 $
Author:
Ben Litchfield

Constructor Summary

InvalidPasswordException(String msg)
Constructor.

Constructor Details

InvalidPasswordException

public InvalidPasswordException(String msg)
Constructor.
Parameters:
msg - A msg to go with this exception.