Package org.ggf.drmaa
Class ConflictingAttributeValuesException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.ggf.drmaa.DrmaaException
-
- org.ggf.drmaa.InvalidAttributeValueException
-
- org.ggf.drmaa.ConflictingAttributeValuesException
-
- All Implemented Interfaces:
java.io.Serializable
public class ConflictingAttributeValuesException extends InvalidAttributeValueException
The value of this property conflicts with the values of one or more previously set properties.- Since:
- 0.4.2
- Version:
- 1.0
- See Also:
JobTemplate
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConflictingAttributeValuesException()
Creates a new instance ofConflictingAttributeValuesException
without detail message.ConflictingAttributeValuesException(java.lang.String msg)
Constructs an instance ofConflictingAttributeValuesException
with the specified detail message.
-
-
-
Constructor Detail
-
ConflictingAttributeValuesException
public ConflictingAttributeValuesException()
Creates a new instance ofConflictingAttributeValuesException
without detail message.
-
ConflictingAttributeValuesException
public ConflictingAttributeValuesException(java.lang.String msg)
Constructs an instance ofConflictingAttributeValuesException
with the specified detail message.- Parameters:
msg
- the detail message.
-
-