Package org.jivesoftware.openfire.server
Class ServerDialbackKeyInvalidException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jivesoftware.openfire.server.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 Summary
Constructors Constructor Description ServerDialbackKeyInvalidException(String from, String to)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFrom()
String
getTo()
org.dom4j.Element
toXML()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-