tigase.adhoc
Class AdHocCommandException
java.lang.Object
java.lang.Throwable
java.lang.Exception
tigase.adhoc.AdHocCommandException
- All Implemented Interfaces:
- java.io.Serializable
public class AdHocCommandException
- extends java.lang.Exception
- See Also:
- Serialized Form
| 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 |
AdHocCommandException
public AdHocCommandException(tigase.xmpp.Authorization errorCondition)
AdHocCommandException
public AdHocCommandException(tigase.xmpp.Authorization errorCondition,
java.lang.String message)
AdHocCommandException
public AdHocCommandException(tigase.xml.Element item,
tigase.xmpp.Authorization errorCondition)
AdHocCommandException
public AdHocCommandException(tigase.xml.Element item,
tigase.xmpp.Authorization errorCondition,
java.lang.String message)
getCode
public java.lang.String getCode()
- Returns:
- Returns the code.
getErrorCondition
public tigase.xmpp.Authorization getErrorCondition()
getItem
public tigase.xml.Element getItem()
- Returns:
- Returns the item.
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()
makeElement
public tigase.xml.Element makeElement(boolean insertOriginal)
makeElement
public tigase.xml.Element makeElement(tigase.xml.Element sourceElement)
makeErrorElement
public tigase.xml.Element makeErrorElement()
- Returns:
Copyright © 2008 Tigase. All Rights Reserved.