Main Page | Modules | Namespace List | Class Hierarchy | Class List | Namespace Members | Class Members

Client::NoPersistentObject Class Reference

NoPersistentObject exception class. More...

#include <client.h>

Inheritance diagram for Client::NoPersistentObject:

Exception::GeneralException List of all members.

Public Member Functions

 NoPersistentObject (const char *file, int line) throw ()

Detailed Description

NoPersistentObject exception class.

This exception will be thrown whenever an object that is not a PersistentObject will be tried to sent through the client. Only PersistentObject's can be sent through this client.

See also:
Exception::GeneralException