|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.glite.wmsui.apij.JobException
org.glite.wmsui.apij.JobCollectionException
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...
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 |
public JobCollectionException(java.lang.String msg)
msg
- the string representation of the Error Messagepublic JobCollectionException(java.lang.String msg, java.lang.Throwable ex)
msg
- the string representation of the Error Messageex
- the Throwable object that raised the exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |