Package tigase.pubsub.exceptions
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 Summary
ConstructorsConstructorDescriptionPubSubException
(tigase.xml.Element item, tigase.xmpp.Authorization errorCondition) PubSubException
(tigase.xml.Element item, tigase.xmpp.Authorization errorCondition, String message) PubSubException
(tigase.xml.Element item, tigase.xmpp.Authorization errorCondition, String message, Exception ex) PubSubException
(tigase.xml.Element item, tigase.xmpp.Authorization errorCondition, PubSubErrorCondition pubSubErrorConditions) PubSubException
(tigase.xmpp.Authorization errorCondition) PubSubException
(tigase.xmpp.Authorization errorCondition, String message) PubSubException
(tigase.xmpp.Authorization errorCondition, String message, Exception ex) PubSubException
(tigase.xmpp.Authorization errorCondition, PubSubErrorCondition pubSubErrorConditions) PubSubException
(tigase.xmpp.Authorization errorCondition, PubSubErrorCondition pubSubErrorConditions, String message) -
Method Summary
Modifier and TypeMethodDescriptiongetCode()
tigase.xmpp.Authorization
tigase.xml.Element
getItem()
getName()
getType()
tigase.xml.Element
tigase.xml.Element
makeElement
(boolean insertOriginal) tigase.xml.Element
makeElement
(tigase.xml.Element sourceElement) tigase.xml.Element
Methods inherited from class tigase.xmpp.XMPPProcessorException
getErrorMessagePrefix, getMessageWithPosition, getText, makeElement
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
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
-
PubSubException
-
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
-
-
Method Details
-
getCode
- Overrides:
getCode
in classtigase.xmpp.XMPPProcessorException
-
getErrorCondition
public tigase.xmpp.Authorization getErrorCondition()- Overrides:
getErrorCondition
in classtigase.xmpp.XMPPProcessorException
-
getItem
public tigase.xml.Element getItem() -
getMessage
- Overrides:
getMessage
in classtigase.xmpp.XMPPProcessorException
-
getName
- Overrides:
getName
in classtigase.xmpp.XMPPProcessorException
-
getPubSubErrorCondition
-
getType
- Overrides:
getType
in classtigase.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()
-