org.ggf.drmaa
Class UnsupportedAttributeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ggf.drmaa.DrmaaException
              extended by org.ggf.drmaa.UnsupportedAttributeException
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedAttributeException
extends DrmaaException

Thrown when the given job template property is not supported by the GridWay DRMAA implementation.

See Also:
Serialized Form

Constructor Summary
UnsupportedAttributeException()
           
UnsupportedAttributeException(java.lang.String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsupportedAttributeException

public UnsupportedAttributeException()

UnsupportedAttributeException

public UnsupportedAttributeException(java.lang.String message)