Package org.ggf.drmaa

Class ConflictingAttributeValuesException

All Implemented Interfaces:
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:
  • Constructor Details

    • ConflictingAttributeValuesException

      public ConflictingAttributeValuesException()
      Creates a new instance of ConflictingAttributeValuesException without detail message.
    • ConflictingAttributeValuesException

      public ConflictingAttributeValuesException(String msg)
      Constructs an instance of ConflictingAttributeValuesException with the specified detail message.
      Parameters:
      msg - the detail message.