org.glite.wms.wmproxy
Class InvalidArgumentFaultException

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.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.
 
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

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.