org.glite.wmsui.apij
Class JobCollectionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.glite.wmsui.apij.JobException
              extended byorg.glite.wmsui.apij.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...

Version:
0.1
Author:
Alessandro Maraschini
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 org.glite.wmsui.apij.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