public class AdHocCommandException extends Exception
Constructor and Description |
---|
AdHocCommandException(Authorization errorCondition) |
AdHocCommandException(Authorization errorCondition,
String message) |
AdHocCommandException(Element item,
Authorization errorCondition) |
AdHocCommandException(Element item,
Authorization errorCondition,
String message) |
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
Authorization |
getErrorCondition() |
Element |
getItem() |
String |
getMessage() |
String |
getName() |
String |
getType() |
Element |
makeElement() |
Element |
makeElement(boolean insertOriginal) |
Element |
makeElement(Element sourceElement) |
Element |
makeErrorElement() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AdHocCommandException(Authorization errorCondition)
public AdHocCommandException(Authorization errorCondition, String message)
public AdHocCommandException(Element item, Authorization errorCondition)
public AdHocCommandException(Element item, Authorization errorCondition, String message)
public String getCode()
public Authorization getErrorCondition()
public Element getItem()
public String getMessage()
getMessage
in class Throwable
public String getName()
public String getType()
public Element makeElement()
public Element makeElement(boolean insertOriginal)
public Element makeErrorElement()
Copyright © 2004–2020 "Tigase, Inc.". All rights reserved.