com.jaspersoft.jasperserver.api.engine.scheduling.service
Class ReportJobNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.jaspersoft.jasperserver.api.JSException
                  extended by com.jaspersoft.jasperserver.api.engine.scheduling.service.ReportJobNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ReportJobNotFoundException
extends JSException

Version:
$Id: ReportJobNotFoundException.java 8408 2007-05-29 23:29:12Z melih $
Author:
Lucian Chirita (lucianc@users.sourceforge.net)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.jaspersoft.jasperserver.api.JSException
args
 
Constructor Summary
ReportJobNotFoundException(long jobId)
           
 
Method Summary
 long getJobId()
           
 
Methods inherited from class com.jaspersoft.jasperserver.api.JSException
getArgs, isWrapperObject, setArgs, setWrapperObject
 
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

ReportJobNotFoundException

public ReportJobNotFoundException(long jobId)
Method Detail

getJobId

public long getJobId()


Copyright © 2007. All Rights Reserved.