Class ServerDialbackErrorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jivesoftware.openfire.server.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:
  • Constructor Details

    • 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 Details

    • getFrom

      public String getFrom()
    • getTo

      public String getTo()
    • getError

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

      public org.dom4j.Element toXML()