org.xins.server
Class FunctionNotSpecifiedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.xins.server.FunctionNotSpecifiedException
All Implemented Interfaces:
Serializable

public final class FunctionNotSpecifiedException
extends Exception

Exception that indicates that an incoming request does not specify the function to execute.

Version:
$Revision: 1.6 $ $Date: 2006/08/28 09:12:32 $
Author:
Ernst de Haan
See Also:
Serialized Form

Constructor Summary
FunctionNotSpecifiedException()
          Constructs a new FunctionNotSpecifiedException.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FunctionNotSpecifiedException

public FunctionNotSpecifiedException()
Constructs a new FunctionNotSpecifiedException.



See http://www.xins.org/.