tigase.pubsub.exceptions
Class PubSubException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by tigase.pubsub.exceptions.PubSubException
All Implemented Interfaces:
java.io.Serializable

public class PubSubException
extends java.lang.Exception

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

Version:
$Rev: 46 $
Author:
bmalkow
See Also:
Serialized Form

Constructor Summary
PubSubException(tigase.xmpp.Authorization errorCondition)
           
PubSubException(tigase.xmpp.Authorization errorCondition, PubSubErrorCondition pubSubErrorConditions)
           
PubSubException(tigase.xmpp.Authorization errorCondition, PubSubErrorCondition pubSubErrorConditions, java.lang.String message)
           
PubSubException(tigase.xmpp.Authorization errorCondition, java.lang.String message)
           
PubSubException(tigase.xml.Element item, tigase.xmpp.Authorization errorCondition)
           
PubSubException(tigase.xml.Element item, tigase.xmpp.Authorization errorCondition, PubSubErrorCondition pubSubErrorConditions)
           
PubSubException(tigase.xml.Element item, tigase.xmpp.Authorization errorCondition, java.lang.String message)
           
 
Method Summary
 java.lang.String getCode()
           
 tigase.xmpp.Authorization getErrorCondition()
           
 tigase.xml.Element getItem()
           
 java.lang.String getMessage()
           
 java.lang.String getName()
           
 java.lang.String getType()
           
 tigase.xml.Element makeElement()
           
 tigase.xml.Element makeElement(boolean insertOriginal)
           
 tigase.xml.Element makeElement(tigase.xml.Element sourceElement)
           
 tigase.xml.Element makeErrorElement()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

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,
                       java.lang.String message)

PubSubException

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

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,
                       java.lang.String message)
Method Detail

getCode

public java.lang.String getCode()
Returns:
Returns the code.

getErrorCondition

public tigase.xmpp.Authorization getErrorCondition()

getItem

public tigase.xml.Element getItem()
Returns:
Returns the item.

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable

getName

public java.lang.String getName()
Returns:
Returns the name.

getType

public java.lang.String getType()
Returns:
Returns the type.

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()
Returns:


Copyright © 2008-2009 Tigase. All Rights Reserved.