com.qoppa.pdf
Class PDFPermissionException

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.PDFPermissionException
All Implemented Interfaces:
Serializable

public class PDFPermissionException
extends PDFSecurityException

Exception thrown when there is any permission error. The error message can be retrieved using the getMessage() method.

Author:
Qoppa Software
See Also:
Serialized Form

Constructor Summary
PDFPermissionException(String msg)
           
 
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

PDFPermissionException

public PDFPermissionException(String msg)