All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.xins.server.InvalidRequestResult Maven / Gradle / Ivy

There is a newer version: 3.0
Show newest version
/*
 * $Id: InvalidRequestResult.java,v 1.27 2010/09/29 17:21:48 agoubard Exp $
 *
 * See the COPYRIGHT file for redistribution and use restrictions.
 */
package org.xins.server;

/**
 * Result code that indicates that an input parameter is either missing or invalid.
 *
 * @version $Revision: 1.27 $ $Date: 2010/09/29 17:21:48 $
 * @author Anthony Goubard
 *
 * @since XINS 1.0.0
 */
public class InvalidRequestResult extends InvalidMessageResult {

   /**
    * Constructs a new InvalidRequestResult object.
    */
   public InvalidRequestResult() {
      super(DefaultResultCodes._INVALID_REQUEST.getName());
   }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy