Package org.jivesoftware.openfire.server
Class ServerDialbackErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jivesoftware.openfire.server.ServerDialbackErrorException
- All Implemented Interfaces:
Serializable
Representation of an error result of the Server Dialback authentication mechanism.
- Author:
- Guus der Kinderen, guus@goodbytes.nl
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionServerDialbackErrorException
(String from, String to, org.xmpp.packet.PacketError error) ServerDialbackErrorException
(String from, String to, org.xmpp.packet.PacketError error, Throwable e) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ServerDialbackErrorException
-
ServerDialbackErrorException
-
-
Method Details
-
getFrom
-
getTo
-
getError
public org.xmpp.packet.PacketError getError() -
toXML
public org.dom4j.Element toXML()
-