Class ServerDialbackErrorException

  • All Implemented Interfaces:
    Serializable

    public class ServerDialbackErrorException
    extends Exception
    Representation of an error result of the Server Dialback authentication mechanism.
    Author:
    Guus der Kinderen, guus@goodbytes.nl
    See Also:
    Serialized Form
    • Constructor Detail

      • ServerDialbackErrorException

        public ServerDialbackErrorException​(String from,
                                            String to,
                                            org.xmpp.packet.PacketError error)
      • ServerDialbackErrorException

        public ServerDialbackErrorException​(String from,
                                            String to,
                                            org.xmpp.packet.PacketError error,
                                            Throwable e)
    • Method Detail

      • getFrom

        public String getFrom()
      • getTo

        public String getTo()
      • getError

        public org.xmpp.packet.PacketError getError()
      • toXML

        public org.dom4j.Element toXML()