org.glite.wms.wmproxy
Class NoSuitableResourcesFaultException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.glite.wms.wmproxy.BaseException
              extended by org.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.
 
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
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.