org.pdfsam.guiclient.exceptions
Class SaveJobException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.pdfsam.guiclient.exceptions.SaveJobException
All Implemented Interfaces:
java.io.Serializable

public class SaveJobException
extends java.lang.Exception

Exception thrown while saving job

Author:
Andrea Vacondio
See Also:
Serialized Form

Constructor Summary
SaveJobException()
           
SaveJobException(java.lang.String arg0)
           
SaveJobException(java.lang.String arg0, java.lang.Throwable arg1)
           
SaveJobException(java.lang.Throwable arg0)
           
 
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

SaveJobException

public SaveJobException()

SaveJobException

public SaveJobException(java.lang.String arg0,
                        java.lang.Throwable arg1)

SaveJobException

public SaveJobException(java.lang.String arg0)

SaveJobException

public SaveJobException(java.lang.Throwable arg0)