tigase.xmpp
Class XMPPException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by tigase.xmpp.XMPPException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NoConnectionIdException, NotAuthorizedException, PacketErrorTypeException

public class XMPPException
extends Exception

Base exception type used for other eceptions defined for XMPP protocol. This type and all descendants are thrown by this package runtime.

Created: Sat Oct 30 08:38:18 2004

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

Constructor Summary
XMPPException()
           
XMPPException(String message)
           
XMPPException(String message, Throwable cause)
           
XMPPException(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

XMPPException

public XMPPException()

XMPPException

public XMPPException(String message)

XMPPException

public XMPPException(String message,
                     Throwable cause)

XMPPException

public XMPPException(Throwable cause)


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