public class AdHocCommandException extends Exception
| Constructor and Description |
|---|
AdHocCommandException(tigase.xmpp.Authorization errorCondition)
Constructs ...
|
AdHocCommandException(tigase.xmpp.Authorization errorCondition,
String message)
Constructs ...
|
AdHocCommandException(tigase.xml.Element item,
tigase.xmpp.Authorization errorCondition)
Constructs ...
|
AdHocCommandException(tigase.xml.Element item,
tigase.xmpp.Authorization errorCondition,
String message)
Constructs ...
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
tigase.xmpp.Authorization |
getErrorCondition()
Method description
|
tigase.xml.Element |
getItem() |
String |
getMessage()
Method description
|
String |
getName() |
String |
getType() |
tigase.xml.Element |
makeElement()
Method description
|
tigase.xml.Element |
makeElement(boolean insertOriginal)
Method description
|
tigase.xml.Element |
makeElement(tigase.xml.Element sourceElement)
Method description
|
tigase.xml.Element |
makeErrorElement() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AdHocCommandException(tigase.xmpp.Authorization errorCondition)
errorCondition - public AdHocCommandException(tigase.xmpp.Authorization errorCondition,
String message)
errorCondition - message - public AdHocCommandException(tigase.xml.Element item,
tigase.xmpp.Authorization errorCondition)
item - errorCondition - public AdHocCommandException(tigase.xml.Element item,
tigase.xmpp.Authorization errorCondition,
String message)
item - errorCondition - message - public String getCode()
public tigase.xmpp.Authorization getErrorCondition()
public tigase.xml.Element getItem()
public String getMessage()
getMessage in class Throwablepublic String getName()
public String getType()
public tigase.xml.Element makeElement()
public tigase.xml.Element makeElement(boolean insertOriginal)
insertOriginal - public tigase.xml.Element makeElement(tigase.xml.Element sourceElement)
sourceElement - public tigase.xml.Element makeErrorElement()
Copyright © 2008–2014 Tigase. All rights reserved.