Fido Alpha 3.2

fido.db
Class WebServiceNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--fido.db.FidoException
                    |
                    +--fido.db.WebServiceNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class WebServiceNotFoundException
extends FidoException

An attempt to access a WebService in the WebServiceTable by a name which does not exist.

See Also:
WebServiceTable, Serialized Form

Constructor Summary
WebServiceNotFoundException(int id)
          Constructs an WebServiceNotFoundException with a detail message.
 
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

WebServiceNotFoundException

public WebServiceNotFoundException(int id)
Constructs an WebServiceNotFoundException with a detail message.


Fido Alpha 3.2