org.sejda.model.exception
Class TaskWrongPasswordException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.sejda.model.exception.TaskException
              extended by org.sejda.model.exception.TaskIOException
                  extended by org.sejda.model.exception.TaskWrongPasswordException
All Implemented Interfaces:
Serializable

public class TaskWrongPasswordException
extends TaskIOException

Exception thrown when a wrong password has been set and it's not possible to open the pdf document (and execute the task)

Author:
Andrea Vacondio
See Also:
Serialized Form

Constructor Summary
TaskWrongPasswordException(String message)
           
TaskWrongPasswordException(String message, Throwable cause)
           
TaskWrongPasswordException(Throwable cause)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TaskWrongPasswordException

public TaskWrongPasswordException(String message,
                                  Throwable cause)
Parameters:
message -
cause -

TaskWrongPasswordException

public TaskWrongPasswordException(String message)
Parameters:
message -

TaskWrongPasswordException

public TaskWrongPasswordException(Throwable cause)
Parameters:
cause -


Copyright © 2013. All Rights Reserved.