Class PubSubException

java.lang.Object
java.lang.Throwable
java.lang.Exception
tigase.xmpp.XMPPException
tigase.xmpp.XMPPProcessorException
tigase.component.exceptions.ComponentException
tigase.pubsub.exceptions.PubSubException
All Implemented Interfaces:
Serializable

public class PubSubException extends tigase.component.exceptions.ComponentException

Created: 2007-05-25 11:55:48

Version:
$Rev$
Author:
bmalkow
See Also:
  • Constructor Details

    • PubSubException

      public PubSubException(tigase.xmpp.Authorization errorCondition)
    • PubSubException

      public PubSubException(tigase.xmpp.Authorization errorCondition, PubSubErrorCondition pubSubErrorConditions)
    • PubSubException

      public PubSubException(tigase.xmpp.Authorization errorCondition, PubSubErrorCondition pubSubErrorConditions, String message)
    • PubSubException

      public PubSubException(tigase.xmpp.Authorization errorCondition, String message)
    • PubSubException

      public PubSubException(tigase.xmpp.Authorization errorCondition, String message, Exception ex)
    • PubSubException

      public PubSubException(tigase.xml.Element item, tigase.xmpp.Authorization errorCondition)
    • PubSubException

      public PubSubException(tigase.xml.Element item, tigase.xmpp.Authorization errorCondition, PubSubErrorCondition pubSubErrorConditions)
    • PubSubException

      public PubSubException(tigase.xml.Element item, tigase.xmpp.Authorization errorCondition, String message)
    • PubSubException

      public PubSubException(tigase.xml.Element item, tigase.xmpp.Authorization errorCondition, String message, Exception ex)
  • Method Details

    • getCode

      public String getCode()
      Overrides:
      getCode in class tigase.xmpp.XMPPProcessorException
    • getErrorCondition

      public tigase.xmpp.Authorization getErrorCondition()
      Overrides:
      getErrorCondition in class tigase.xmpp.XMPPProcessorException
    • getItem

      public tigase.xml.Element getItem()
    • getMessage

      public String getMessage()
      Overrides:
      getMessage in class tigase.xmpp.XMPPProcessorException
    • getName

      public String getName()
      Overrides:
      getName in class tigase.xmpp.XMPPProcessorException
    • getPubSubErrorCondition

      public PubSubErrorCondition getPubSubErrorCondition()
    • getType

      public String getType()
      Overrides:
      getType in class tigase.xmpp.XMPPProcessorException
    • makeElement

      public tigase.xml.Element makeElement()
    • makeElement

      public tigase.xml.Element makeElement(boolean insertOriginal)
    • makeElement

      public tigase.xml.Element makeElement(tigase.xml.Element sourceElement)
    • makeErrorElement

      public tigase.xml.Element makeErrorElement()