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:
java.io.Serializable

public class MUCException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
MUCException(tigase.xmpp.Authorization errorCondition)
           
MUCException(tigase.xmpp.Authorization errorCondition, java.lang.String message)
           
 
Method Summary
 java.lang.String getCode()
           
 tigase.xmpp.Authorization getErrorCondition()
           
 java.lang.String getMessage()
           
 java.lang.String getName()
           
 java.lang.String getType()
           
 tigase.xml.Element makeElement(tigase.xml.Element item, 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,
                    java.lang.String message)
Method Detail

getCode

public java.lang.String getCode()
Returns:
Returns the code.

getErrorCondition

public tigase.xmpp.Authorization getErrorCondition()

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable

getName

public java.lang.String getName()
Returns:
Returns the name.

getType

public java.lang.String getType()
Returns:
Returns the type.

makeElement

public tigase.xml.Element makeElement(tigase.xml.Element item,
                                      boolean insertOriginal)


Copyright © 2007-2009 Tigase. All Rights Reserved.