Class PDFSecurityDocumentCreationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.levigo.jadice.web.shared.service.internal.exceptions.DocumentCreationException
com.levigo.jadice.web.shared.service.exceptions.PDFSecurityDocumentCreationException
All Implemented Interfaces:
Serializable

public class PDFSecurityDocumentCreationException extends com.levigo.jadice.web.shared.service.internal.exceptions.DocumentCreationException
This exception is thrown if the loading of a document fails due to PDF security issues. This happens if the server tries to load an encrypted PDF without setting the password for the document.
See Also:
  • Constructor Details

    • PDFSecurityDocumentCreationException

      @Deprecated public PDFSecurityDocumentCreationException()
      Deprecated.
      for GWT only
    • PDFSecurityDocumentCreationException

      public PDFSecurityDocumentCreationException(String text)
    • PDFSecurityDocumentCreationException

      protected PDFSecurityDocumentCreationException(String text, Throwable caught)
    • PDFSecurityDocumentCreationException

      public PDFSecurityDocumentCreationException(Throwable caught)