uk.ac.ncl.cs.instantsoap.wsapi
Class JobExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by uk.ac.ncl.cs.instantsoap.wsapi.JobExecutionException
All Implemented Interfaces:
Serializable

public class JobExecutionException
extends Exception

There was a problem that prevented the job from being able to run.

Author:
Cheng-Yang(Louis) Tang, Matthew Pocock
See Also:
Serialized Form

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

JobExecutionException

public JobExecutionException()

JobExecutionException

public JobExecutionException(String message)

JobExecutionException

public JobExecutionException(String message,
                             Throwable cause)

JobExecutionException

public JobExecutionException(Throwable cause)


Copyright © 2006-2008. All Rights Reserved.