cz.cuni.amis.utils
Class Job.JobWasAlreadyStartedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cz.cuni.amis.utils.Job.JobWasAlreadyStartedException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- Job<RESULT>
public static class Job.JobWasAlreadyStartedException
- extends RuntimeException
Exception that is thrown if you attempt to start one job twice.
- Author:
- Jimmy
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Job.JobWasAlreadyStartedException
public Job.JobWasAlreadyStartedException(String text)
Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.