tigase.muc.exceptions
Class MUCException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by tigase.muc.exceptions.MUCException
All Implemented Interfaces:
Serializable

public class MUCException
extends Exception

See Also:
Serialized Form

Constructor Summary
MUCException(tigase.xmpp.Authorization errorCondition)
           
MUCException(tigase.xmpp.Authorization errorCondition, String message)
           
 
Method Summary
 String getCode()
           
 tigase.xmpp.Authorization getErrorCondition()
           
 String getMessage()
           
 String getName()
           
 String getText()
           
 String getType()
           
 tigase.server.Packet makeElement(tigase.server.Packet packet, boolean insertOriginal)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MUCException

public MUCException(tigase.xmpp.Authorization errorCondition)

MUCException

public MUCException(tigase.xmpp.Authorization errorCondition,
                    String message)
Method Detail

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.