tigase.muc.exceptions
Class MUCException
java.lang.Object
java.lang.Throwable
java.lang.Exception
tigase.muc.exceptions.MUCException
- All Implemented Interfaces:
- Serializable
public class MUCException
- extends Exception
- See Also:
- Serialized Form
MUCException
public MUCException(tigase.xmpp.Authorization errorCondition)
MUCException
public MUCException(tigase.xmpp.Authorization errorCondition,
String message)
getCode
public String getCode()
- Returns:
- Returns the code.
getErrorCondition
public tigase.xmpp.Authorization getErrorCondition()
getMessage
public String getMessage()
- Overrides:
getMessage in class Throwable
getName
public String getName()
- Returns:
- Returns the name.
getText
public String getText()
getType
public String getType()
- Returns:
- Returns the type.
makeElement
public tigase.server.Packet makeElement(tigase.server.Packet packet,
boolean insertOriginal)
throws tigase.xmpp.PacketErrorTypeException
- Throws:
tigase.xmpp.PacketErrorTypeException
Copyright © 2007-2012 Tigase. All Rights Reserved.