com.gigaspaces.grid.master
Class JobException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.gigaspaces.grid.master.JobException
All Implemented Interfaces:
java.io.Serializable

public class JobException
extends java.lang.Exception

This exception is thrown by the JobSubmission service if there are errors processing a Job.

See Also:
Serialized Form

Constructor Summary
JobException()
          Constructs a JobException with no detail message.
JobException(java.lang.String reason)
          Constructs a JobException with the specified detail message.
JobException(java.lang.String s, java.lang.Throwable cause)
          Constructs a JobException with the specified detail message and optional exception that was raised while processing a Job
 
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

JobException

public JobException(java.lang.String s,
                    java.lang.Throwable cause)
Constructs a JobException with the specified detail message and optional exception that was raised while processing a Job

Parameters:
s - the detail message
cause - the exception that was raised while processing a Job

JobException

public JobException(java.lang.String reason)
Constructs a JobException with the specified detail message.


JobException

public JobException()
Constructs a JobException with no detail message.



Copyright (c) 2007 GigaSpaces Technologies, Inc.
All Rights Reserved.