public class ComponentException extends Exception
| Constructor and Description |
|---|
ComponentException(tigase.xmpp.Authorization errorCondition) |
ComponentException(tigase.xmpp.Authorization errorCondition,
String text) |
ComponentException(tigase.xmpp.Authorization errorCondition,
String text,
String message) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
tigase.xmpp.Authorization |
getErrorCondition() |
protected String |
getErrorMessagePrefix() |
String |
getMessage() |
String |
getMessageWithPosition() |
String |
getName() |
String |
getText() |
String |
getType() |
tigase.server.Packet |
makeElement(tigase.server.Packet packet,
boolean insertOriginal) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ComponentException(tigase.xmpp.Authorization errorCondition)
public ComponentException(tigase.xmpp.Authorization errorCondition,
String text)
errorCondition - text - human readable message will be send to clientpublic String getCode()
public tigase.xmpp.Authorization getErrorCondition()
protected String getErrorMessagePrefix()
public String getMessage()
getMessage in class Throwablepublic String getMessageWithPosition()
public String getName()
public String getText()
public String getType()
public tigase.server.Packet makeElement(tigase.server.Packet packet,
boolean insertOriginal)
throws tigase.xmpp.PacketErrorTypeException
tigase.xmpp.PacketErrorTypeExceptionCopyright © 2008–2014 Tigase. All rights reserved.