public class AdHocCommandException extends Exception
| Constructor and Description |
|---|
AdHocCommandException(Authorization errorCondition)
Constructs ...
|
AdHocCommandException(Authorization errorCondition,
String message)
Constructs ...
|
AdHocCommandException(tigase.xml.Element item,
Authorization errorCondition)
Constructs ...
|
AdHocCommandException(tigase.xml.Element item,
Authorization errorCondition,
String message)
Constructs ...
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
Authorization |
getErrorCondition()
Method description
|
tigase.xml.Element |
getItem() |
String |
getMessage() |
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(Authorization errorCondition)
errorCondition - public AdHocCommandException(Authorization errorCondition, String message)
errorCondition - message - public AdHocCommandException(tigase.xml.Element item,
Authorization errorCondition)
item - errorCondition - public AdHocCommandException(tigase.xml.Element item,
Authorization errorCondition,
String message)
item - errorCondition - message - public String getCode()
public 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 © 2015 "Tigase, Inc.". All rights reserved.