Class SelfPingException

    • Constructor Summary

      Constructors 
      Constructor Description
      SelfPingException​(tigase.xmpp.Authorization errorCondition, java.lang.String by)  
      SelfPingException​(tigase.xmpp.Authorization errorCondition, java.lang.String by, java.lang.String text)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getBy()  
      tigase.server.Packet makeElement​(tigase.server.Packet packet, boolean insertOriginal)  
      • Methods inherited from class tigase.xmpp.XMPPProcessorException

        getCode, getErrorCondition, getErrorMessagePrefix, getMessage, getMessageWithPosition, getName, getText, getType
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SelfPingException

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

        public SelfPingException​(tigase.xmpp.Authorization errorCondition,
                                 java.lang.String by,
                                 java.lang.String text)
    • Method Detail

      • 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 java.lang.String getBy()