public class XMPPProcessorException extends XMPPException
Constructor and Description |
---|
XMPPProcessorException(Authorization errorCondition) |
XMPPProcessorException(Authorization errorCondition,
String text) |
XMPPProcessorException(Authorization errorCondition,
String text,
String message) |
XMPPProcessorException(Authorization errorCondition,
String text,
String message,
Throwable cause) |
XMPPProcessorException(Authorization errorCondition,
String text,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
Authorization |
getErrorCondition() |
protected String |
getErrorMessagePrefix() |
String |
getMessage() |
String |
getMessageWithPosition() |
String |
getName() |
String |
getText() |
String |
getType() |
Packet |
makeElement(Packet packet,
boolean insertOriginal) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public XMPPProcessorException(Authorization errorCondition)
public XMPPProcessorException(Authorization errorCondition, String text)
text
- human readable message will be send to clientpublic XMPPProcessorException(Authorization errorCondition, String text, Throwable cause)
public XMPPProcessorException(Authorization errorCondition, String text, String message)
message
- exception message for loggingtext
- human readable message will be send to clientpublic XMPPProcessorException(Authorization errorCondition, String text, String message, Throwable cause)
public String getCode()
public Authorization getErrorCondition()
public String getMessage()
getMessage
in class Throwable
public String getMessageWithPosition()
public String getName()
public String getText()
public String getType()
public Packet makeElement(Packet packet, boolean insertOriginal) throws PacketErrorTypeException
PacketErrorTypeException
protected String getErrorMessagePrefix()
Copyright © 2004–2021 "Tigase, Inc.". All rights reserved.