tigase.muc.exceptions
Class MUCException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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)
|
| 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 |
MUCException
public MUCException(tigase.xmpp.Authorization errorCondition)
MUCException
public MUCException(tigase.xmpp.Authorization errorCondition,
java.lang.String message)
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.