com.qoppa.pdf
Class PDFPasswordException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.qoppa.pdf.PDFException
              extended by com.qoppa.pdf.PDFSecurityException
                  extended by com.qoppa.pdf.PDFPasswordException
All Implemented Interfaces:
Serializable

public class PDFPasswordException
extends PDFSecurityException

Exception thrown when an invalid password is entered.

See Also:
Serialized Form

Constructor Summary
PDFPasswordException(String msg)
          Construct a new PDFPasswordException.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PDFPasswordException

public PDFPasswordException(String msg)
Construct a new PDFPasswordException.

Parameters:
msg - The message for the exception.