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
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 Summary
Constructors Constructor Description ServerDialbackErrorException(String from, String to, org.xmpp.packet.PacketError error)
ServerDialbackErrorException(String from, String to, org.xmpp.packet.PacketError error, Throwable e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.xmpp.packet.PacketError
getError()
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
-
-