org.glite.wms.wmproxy
Class JobUnknownFaultException

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

public class JobUnknownFaultException
extends BaseException

This exception is thrown to indicate that a job has not been registered to that WMProxy server

See Also:
Serialized Form

Constructor Summary
JobUnknownFaultException()
          Constructs an Exception with no specified detail message.
JobUnknownFaultException(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

JobUnknownFaultException

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


JobUnknownFaultException

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