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.ElementgetItem()getName()getType()tigase.xml.Elementtigase.xml.ElementmakeElement(boolean insertOriginal) tigase.xml.ElementmakeElement(tigase.xml.Element sourceElement) tigase.xml.ElementMethods 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:
getMessagein 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()
-