com.qoppa.pdf
Class PDFSecurityException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PDFPasswordException, PDFPermissionException

public class PDFSecurityException
extends PDFException

Exceptions related to security problems.

Author:
Qoppa Software
See Also:
Serialized Form

Constructor Summary
PDFSecurityException(String msg)
          Construct a new PDFSecurityException.
PDFSecurityException(String msg, Throwable cause)
          Construct a new PDFSecurityException.
 
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

PDFSecurityException

public PDFSecurityException(String msg)
Construct a new PDFSecurityException.

Parameters:
msg - The message for the exception.

PDFSecurityException

public PDFSecurityException(String msg,
                            Throwable cause)
Construct a new PDFSecurityException.

Parameters:
msg - The message for the exception.