org.sejda.model.exception
Class TaskWrongPasswordException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.sejda.model.exception.TaskException
org.sejda.model.exception.TaskIOException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.