com.antelmann.mgmt
Class WrongDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
com.antelmann.mgmt.DatabaseException
com.antelmann.mgmt.WrongDataException
- All Implemented Interfaces:
- Serializable
public class WrongDataException
- extends DatabaseException
WrongDataException signals a consistency problem with the data
submitted to the database. The database itself is likely to still
be accessible; the submitted data should be revised and retried.
- Author:
- Holger Antelmann
- See Also:
- Serialized Form
WrongDataException
public WrongDataException()
WrongDataException
public WrongDataException(String message)
WrongDataException
public WrongDataException(Throwable cause)
WrongDataException
public WrongDataException(String message,
Throwable cause)
(c) 2001-2006 Holger Antelmann - all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads