Package tigase.db
Class TigaseDBException
java.lang.Object
java.lang.Throwable
java.lang.Exception
tigase.component.exceptions.RepositoryException
tigase.db.TigaseDBException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DataOverwriteException
,DBInitException
,UserExistsException
,UserNotFoundException
Describe class TigaseDBException here.
Created: Thu Oct 26 12:15:36 2006
Created: Thu Oct 26 12:15:36 2006
- Author:
- Artur Hefczyc
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTigaseDBException
(String message) Creates a newTigaseDBException
instance.TigaseDBException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TigaseDBException
Creates a newTigaseDBException
instance. -
TigaseDBException
-