org.sejda.model.exception
Class TaskIOException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TaskWrongPasswordException

public class TaskIOException
extends TaskException

Exception thrown if an IOException is raised during the task execution

Author:
Andrea Vacondio
See Also:
Serialized Form

Constructor Summary
TaskIOException(String message)
           
TaskIOException(String message, Throwable cause)
           
TaskIOException(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

TaskIOException

public TaskIOException(String message,
                       Throwable cause)

TaskIOException

public TaskIOException(String message)

TaskIOException

public TaskIOException(Throwable cause)


Copyright © 2013. All Rights Reserved.