edg.workload.userinterface.jclient
Class JobCollectionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--edg.workload.userinterface.jclient.JobException
                    |
                    +--edg.workload.userinterface.jclient.JobCollectionException
All Implemented Interfaces:
java.io.Serializable

public class JobCollectionException
extends JobException

Manage the exception raised while using a collection of jobs such as adding two jobs with the same jobId, performing an action over an empty collection...

See Also:
Serialized Form

Constructor Summary
JobCollectionException(java.lang.String msg)
          Default Constructor
JobCollectionException(java.lang.String msg, java.lang.Throwable ex)
          Constructor with Throwable object
 
Methods inherited from class edg.workload.userinterface.jclient.JobException
getException, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JobCollectionException

public JobCollectionException(java.lang.String msg)
Default Constructor

Parameters:
msg - the string representation of the Error Message

JobCollectionException

public JobCollectionException(java.lang.String msg,
                              java.lang.Throwable ex)
Constructor with Throwable object

Parameters:
msg - the string representation of the Error Message
ex - the Throwable object that raised the exception