Class ServerDialbackKeyInvalidException

  • All Implemented Interfaces:
    Serializable

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

      • ServerDialbackKeyInvalidException

        public ServerDialbackKeyInvalidException​(String from,
                                                 String to)
    • Method Detail

      • getFrom

        public String getFrom()
      • getTo

        public String getTo()
      • toXML

        public org.dom4j.Element toXML()