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:
Serializable
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 Summary
ConstructorsConstructorDescriptionCreates a new instance ofConflictingAttributeValuesException
without detail message.Constructs an instance ofConflictingAttributeValuesException
with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConflictingAttributeValuesException
public ConflictingAttributeValuesException()Creates a new instance ofConflictingAttributeValuesException
without detail message. -
ConflictingAttributeValuesException
Constructs an instance ofConflictingAttributeValuesException
with the specified detail message.- Parameters:
msg
- the detail message.
-