Package org.ggf.drmaa
Class TryLaterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.ggf.drmaa.DrmaaException
-
- org.ggf.drmaa.TryLaterException
-
- All Implemented Interfaces:
java.io.Serializable
public class TryLaterException extends DrmaaException
Could not submit the job to DRM system at this time. A retry may succeed, however.- Since:
- 0.4.2
- Version:
- 1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TryLaterException()
Creates a new instance ofTryLaterException
without detail message.TryLaterException(java.lang.String msg)
Constructs an instance ofTryLaterException
with the specified detail message.
-
-
-
Constructor Detail
-
TryLaterException
public TryLaterException()
Creates a new instance ofTryLaterException
without detail message.
-
TryLaterException
public TryLaterException(java.lang.String msg)
Constructs an instance ofTryLaterException
with the specified detail message.- Parameters:
msg
- the detail message.
-
-