tigase.jaxmpp.core.client.xmpp.stanzas
Class Stanza.UnkownStanzaTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by tigase.jaxmpp.core.client.exceptions.JaxmppException
              extended by tigase.jaxmpp.core.client.xmpp.stanzas.Stanza.UnkownStanzaTypeException
All Implemented Interfaces:
Serializable
Enclosing class:
Stanza

public static class Stanza.UnkownStanzaTypeException
extends JaxmppException

See Also:
Serialized Form

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

Stanza.UnkownStanzaTypeException

public Stanza.UnkownStanzaTypeException()

Stanza.UnkownStanzaTypeException

public Stanza.UnkownStanzaTypeException(String message)

Stanza.UnkownStanzaTypeException

public Stanza.UnkownStanzaTypeException(String message,
                                        Throwable cause)

Stanza.UnkownStanzaTypeException

public Stanza.UnkownStanzaTypeException(Throwable cause)


Copyright © 2006-2012 Tigase. All Rights Reserved.