tigase.db
Class TigaseDBException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by tigase.db.TigaseDBException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DataOverwriteException, DBInitException, UserExistsException, UserNotFoundException

public class TigaseDBException
extends Exception

Describe class TigaseDBException here. Created: Thu Oct 26 12:15:36 2006

Version:
$Rev$
Author:
Artur Hefczyc
See Also:
Serialized Form

Constructor Summary
TigaseDBException(String message)
          Creates a new TigaseDBException instance.
TigaseDBException(String message, Throwable cause)
           
 
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

TigaseDBException

public TigaseDBException(String message)
Creates a new TigaseDBException instance.


TigaseDBException

public TigaseDBException(String message,
                         Throwable cause)


Copyright © 2001-2006 Tigase Developers Team. All rights Reserved.