Package tigase.db
Class DataOverwriteException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- tigase.component.exceptions.RepositoryException
-
- tigase.db.TigaseDBException
-
- tigase.db.DataOverwriteException
-
- All Implemented Interfaces:
Serializable
public class DataOverwriteException extends TigaseDBException
TheDataOverwriteExceptionexception 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- Author:
- Artur Hefczyc
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DataOverwriteException(String message)Creates a newDataOverwriteExceptioninstance.DataOverwriteException(String message, Throwable cause)Creates a newDataOverwriteExceptioninstance.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-