Package tigase.muc.modules.selfping
Class SelfPingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
tigase.xmpp.XMPPException
tigase.xmpp.XMPPProcessorException
tigase.component.exceptions.ComponentException
tigase.muc.exceptions.MUCException
tigase.muc.modules.selfping.SelfPingException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSelfPingException(tigase.xmpp.Authorization errorCondition, String by) SelfPingException(tigase.xmpp.Authorization errorCondition, String by, String text) -
Method Summary
Modifier and TypeMethodDescriptiongetBy()tigase.server.PacketmakeElement(tigase.server.Packet packet, boolean insertOriginal) Methods inherited from class tigase.xmpp.XMPPProcessorException
getCode, getErrorCondition, getErrorMessagePrefix, getMessage, getMessageWithPosition, getName, getText, getTypeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SelfPingException
-
SelfPingException
-
-
Method Details
-
makeElement
public tigase.server.Packet makeElement(tigase.server.Packet packet, boolean insertOriginal) throws tigase.xmpp.PacketErrorTypeException - Overrides:
makeElementin classtigase.xmpp.XMPPProcessorException- Throws:
tigase.xmpp.PacketErrorTypeException
-
getBy
-