org.jpedal.exception
Class PdfSecurityException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jpedal.exception.PdfException
              extended by org.jpedal.exception.PdfSecurityException
All Implemented Interfaces:
java.io.Serializable

public class PdfSecurityException
extends PdfException

used to handle problems with Encryption

See Also:
Serialized Form

Constructor Summary
PdfSecurityException(java.lang.String message)
          provides a security exception if access not permitted
 
Method Summary
 
Methods inherited from class org.jpedal.exception.PdfException
getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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(java.lang.String message)
provides a security exception if access not permitted