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

public class SelfPingException extends MUCException
See Also:
  • Constructor Details

    • SelfPingException

      public SelfPingException(tigase.xmpp.Authorization errorCondition, String by)
    • SelfPingException

      public SelfPingException(tigase.xmpp.Authorization errorCondition, String by, String text)
  • Method Details

    • makeElement

      public tigase.server.Packet makeElement(tigase.server.Packet packet, boolean insertOriginal) throws tigase.xmpp.PacketErrorTypeException
      Overrides:
      makeElement in class tigase.xmpp.XMPPProcessorException
      Throws:
      tigase.xmpp.PacketErrorTypeException
    • getBy

      public String getBy()