Package org.ggf.drmaa
Class UnsupportedAttributeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.ggf.drmaa.DrmaaException
-
- org.ggf.drmaa.UnsupportedAttributeException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnsupportedAttributeException extends DrmaaException
This exception is thrown when a setter or getter is called for an unsupported optional property.- Since:
- 0.4.2
- Version:
- 1.0
- See Also:
JobTemplate
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedAttributeException()
Creates a new instance ofUnsupportedAttributeException
without detail message.UnsupportedAttributeException(java.lang.String msg)
Constructs an instance ofUnsupportedAttributeException
with the specified detail message.
-
-
-
Constructor Detail
-
UnsupportedAttributeException
public UnsupportedAttributeException()
Creates a new instance ofUnsupportedAttributeException
without detail message.
-
UnsupportedAttributeException
public UnsupportedAttributeException(java.lang.String msg)
Constructs an instance ofUnsupportedAttributeException
with the specified detail message.- Parameters:
msg
- the detail message.
-
-