org.glite.wms.wmproxy
Class InvalidArgumentFaultException

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

public class InvalidArgumentFaultException
extends BaseException

This exception is thrown to indicate that an input argument of the requested operation is not valid (i.e. the JobId string, the JDL expression, a single JDL attribute expresion, etc..)

See Also:
Serialized Form

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

InvalidArgumentFaultException

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


InvalidArgumentFaultException

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