CFEngine API

org.recommender.clients.console
Class ClientNoSuchItemException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.recommender.clients.console.ClientNoSuchItemException
All Implemented Interfaces:
java.io.Serializable

public class ClientNoSuchItemException
extends java.lang.Exception

This class provides an Exception when there is no such item in the database.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
ClientNoSuchItemException()
          Constructor, does nothing.
ClientNoSuchItemException(java.lang.String msg)
          Constructor, used when there is an error 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

ClientNoSuchItemException

public ClientNoSuchItemException()
Constructor, does nothing.


ClientNoSuchItemException

public ClientNoSuchItemException(java.lang.String msg)
Constructor, used when there is an error message.


CFEngine API

Copyright © 2003 - Oregon State University www.orst.edu