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.Authorizationtigase.xml.ElementgetItem()getName()getType()tigase.xml.Elementtigase.xml.ElementmakeElement(boolean insertOriginal) tigase.xml.ElementmakeElement(tigase.xml.Element sourceElement) tigase.xml.ElementMethods inherited from class tigase.xmpp.XMPPProcessorException
getErrorMessagePrefix, getMessageWithPosition, getText, makeElementMethods 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:
getCodein classtigase.xmpp.XMPPProcessorException
-
getErrorCondition
public tigase.xmpp.Authorization getErrorCondition()- Overrides:
getErrorConditionin classtigase.xmpp.XMPPProcessorException
-
getItem
public tigase.xml.Element getItem() -
getMessage
- Overrides:
getMessagein classtigase.xmpp.XMPPProcessorException
-
getName
- Overrides:
getNamein classtigase.xmpp.XMPPProcessorException
-
getPubSubErrorCondition
-
getType
- Overrides:
getTypein 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()
-