org.xins.server
Class FunctionNotSpecifiedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
FunctionNotSpecifiedException
public FunctionNotSpecifiedException()
- Constructs a new
FunctionNotSpecifiedException
.
See http://www.xins.org/.