com.crionics.jpdf
Class PdfAuthException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.crionics.jpdf.PdfException
              extended by com.crionics.jpdf.PdfAuthException
All Implemented Interfaces:
java.io.Serializable

public final class PdfAuthException
extends PdfException

Exception raised when the document authentication privileges are not granted.

See Also:
Serialized Form

Constructor Summary
PdfAuthException(java.lang.String message)
          Constructor for PdfAuthException.
PdfAuthException(java.lang.Throwable exception)
          Constructor for PdfAuthException.
 
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

PdfAuthException

public PdfAuthException(java.lang.String message)
Constructor for PdfAuthException.

Parameters:
message - error message

PdfAuthException

public PdfAuthException(java.lang.Throwable exception)
Constructor for PdfAuthException.

Parameters:
exception - error source


Copyright © 1999-2007 Crionics. All Rights Reserved.