org.glite.wms.wmproxy
Class NoSuitableResourcesFaultException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.glite.wms.wmproxy.BaseException
              extended byorg.glite.wms.wmproxy.NoSuitableResourcesFaultException
All Implemented Interfaces:
java.io.Serializable

public class NoSuitableResourcesFaultException
extends BaseException

Thrown to indicate that during the requested operation no suitable resources matching job requirements have been found.

See Also:
Serialized Form

Constructor Summary
NoSuitableResourcesFaultException()
          Constructs an Exception with no specified detail message.
NoSuitableResourcesFaultException(java.lang.String message)
          Constructs an Exception 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSuitableResourcesFaultException

public NoSuitableResourcesFaultException()
Constructs an Exception with no specified detail message.


NoSuitableResourcesFaultException

public NoSuitableResourcesFaultException(java.lang.String message)
Constructs an Exception with the specified detail message.