tigase.pubsub.exceptions
Class PubSubException
java.lang.Object
java.lang.Throwable
java.lang.Exception
tigase.pubsub.exceptions.PubSubException
- All Implemented Interfaces:
- Serializable
public class PubSubException
- extends Exception
Created: 2007-05-25 11:55:48
- Version:
- $Rev: 291 $
- Author:
- bmalkow
- See Also:
- Serialized Form
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.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)
getCode
public String getCode()
- Returns:
- Returns the code.
getErrorCondition
public tigase.xmpp.Authorization getErrorCondition()
getItem
public tigase.xml.Element getItem()
- Returns:
- Returns the item.
getMessage
public String getMessage()
- Overrides:
getMessage in class Throwable
getName
public String getName()
- Returns:
- Returns the name.
getType
public 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-2012 Tigase. All Rights Reserved.