org.ggf.drmaa
Class NoResourceUsageException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.ggf.drmaa.DrmaaException
              extended byorg.ggf.drmaa.NoResourceUsageException
All Implemented Interfaces:
java.io.Serializable

public class NoResourceUsageException
extends DrmaaException

Thrown by Session.wait() when a job has finished but no resource usage information and exit status data could be provided.

Since:
0.5
Author:
dan.templeton@sun.com
See Also:
Session.wait(java.lang.String, long), Serialized Form

Constructor Summary
NoResourceUsageException()
          Creates a new instance of NoResourceUsageInformationException without detail message.
NoResourceUsageException(java.lang.String msg)
          Constructs an instance of NoResourceUsageInformationException with the specified detail message.
 
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

NoResourceUsageException

public NoResourceUsageException()
Creates a new instance of NoResourceUsageInformationException without detail message.


NoResourceUsageException

public NoResourceUsageException(java.lang.String msg)
Constructs an instance of NoResourceUsageInformationException with the specified detail message.

Parameters:
msg - the detail message.