org.globus.cog.karajan.scheduler
Class NoSuchResourceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.globus.cog.karajan.scheduler.NoFreeResourceException
              extended by org.globus.cog.karajan.scheduler.NoSuchResourceException
All Implemented Interfaces:
Serializable

public class NoSuchResourceException
extends NoFreeResourceException

See Also:
Serialized Form

Constructor Summary
NoSuchResourceException()
           
NoSuchResourceException(String message)
           
NoSuchResourceException(String message, Throwable cause)
           
NoSuchResourceException(Throwable cause)
           
 
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

NoSuchResourceException

public NoSuchResourceException()

NoSuchResourceException

public NoSuchResourceException(String message)

NoSuchResourceException

public NoSuchResourceException(Throwable cause)

NoSuchResourceException

public NoSuchResourceException(String message,
                               Throwable cause)