|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
tigase.db.TigaseDBException
tigase.db.DataOverwriteException
public class DataOverwriteException
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
| Constructor Summary | |
|---|---|
DataOverwriteException(java.lang.String message)
Creates a new DataOverwriteException instance. |
|
DataOverwriteException(java.lang.String message,
java.lang.Throwable cause)
Creates a new DataOverwriteException instance. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DataOverwriteException(java.lang.String message)
DataOverwriteException instance.
public DataOverwriteException(java.lang.String message,
java.lang.Throwable cause)
DataOverwriteException instance.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||