com.qoppa.pdf
Class PDFPermissionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.qoppa.pdf.PDFException
              extended bycom.qoppa.pdf.PDFPermissionException
All Implemented Interfaces:
Serializable

public class PDFPermissionException
extends PDFException

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)
           
 
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)