Class UnsupportedJobDescriptionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- nl.esciencecenter.xenon.XenonException
-
- nl.esciencecenter.xenon.schedulers.UnsupportedJobDescriptionException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnsupportedJobDescriptionException extends XenonException
Signals that a combination of options used in a JobDescription is not supported by a resource.- Since:
- 1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedJobDescriptionException(java.lang.String adaptorName, java.lang.String message)
UnsupportedJobDescriptionException(java.lang.String adaptorName, java.lang.String message, java.lang.Throwable t)
-
Method Summary
-
Methods inherited from class nl.esciencecenter.xenon.XenonException
getMessage
-
-
-
-
Constructor Detail
-
UnsupportedJobDescriptionException
public UnsupportedJobDescriptionException(java.lang.String adaptorName, java.lang.String message, java.lang.Throwable t)
-
UnsupportedJobDescriptionException
public UnsupportedJobDescriptionException(java.lang.String adaptorName, java.lang.String message)
-
-