tigase.db
Class DataOverwriteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
tigase.db.TigaseDBException
tigase.db.DataOverwriteException
- All Implemented Interfaces:
- Serializable
public class DataOverwriteException
- extends TigaseDBException
The DataOverwriteException
exception is thrown when application
tries to ovrewrite data in repository but does not have permission to do so.
Created: Wed Oct 27 14:17:44 2004
- Version:
- $Rev$
- Author:
- Artur Hefczyc
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DataOverwriteException
public DataOverwriteException(String message)
- Creates a new
DataOverwriteException
instance.
DataOverwriteException
public DataOverwriteException(String message,
Throwable cause)
- Creates a new
DataOverwriteException
instance.
Copyright © 2001-2006 Tigase Developers Team. All rights Reserved.