de.apage4u.database.interfaces
Class DataExistsException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byde.apage4u.database.interfaces.DataExistsException
All Implemented Interfaces:
java.io.Serializable

public class DataExistsException
extends java.lang.Exception

This exception is thrown if the client tries to add a Data to the collection whose ID already exists in the database

See Also:
Serialized Form

Constructor Summary
DataExistsException()
           
DataExistsException(java.lang.String _text)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataExistsException

public DataExistsException(java.lang.String _text)

DataExistsException

public DataExistsException()
Method Detail

toString

public java.lang.String toString()


Copyright © 2004 www.apage4u.de. All Rights Reserved.