com.dynalivery.saffron.client.exception
Class InvalidParameterException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.dynalivery.saffron.client.exception.SaffronClientException
              extended bycom.dynalivery.saffron.client.exception.InvalidParameterException
All Implemented Interfaces:
java.io.Serializable

public class InvalidParameterException
extends SaffronClientException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.dynalivery.saffron.client.exception.SaffronClientException
detail
 
Constructor Summary
InvalidParameterException(java.lang.String msg)
          Constructs an InvalidParameterException with the specified detail message.
 
Methods inherited from class com.dynalivery.saffron.client.exception.SaffronClientException
toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidParameterException

public InvalidParameterException(java.lang.String msg)
Constructs an InvalidParameterException with the specified detail message.

Parameters:
msg - the detail message.