Package tigase.component.adhoc
Class AdHocCommandException
java.lang.Object
java.lang.Throwable
java.lang.Exception
tigase.component.adhoc.AdHocCommandException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAdHocCommandException
(tigase.xml.Element item, Authorization errorCondition) AdHocCommandException
(tigase.xml.Element item, Authorization errorCondition, String message) AdHocCommandException
(Authorization errorCondition) AdHocCommandException
(Authorization errorCondition, String message) -
Method Summary
Modifier and TypeMethodDescriptiongetCode()
tigase.xml.Element
getItem()
getName()
getType()
tigase.xml.Element
tigase.xml.Element
makeElement
(boolean insertOriginal) tigase.xml.Element
makeElement
(tigase.xml.Element sourceElement) tigase.xml.Element
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AdHocCommandException
-
AdHocCommandException
-
AdHocCommandException
-
AdHocCommandException
-
-
Method Details
-
getCode
- Returns:
- Returns the code.
-
getErrorCondition
-
getItem
public tigase.xml.Element getItem()- Returns:
- Returns the item.
-
getMessage
- Overrides:
getMessage
in classThrowable
-
getName
- Returns:
- Returns the name.
-
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()
-