tigase.adhoc
Class AdHocCommandException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by tigase.adhoc.AdHocCommandException
All Implemented Interfaces:
Serializable

public class AdHocCommandException
extends Exception

See Also:
Serialized Form

Constructor Summary
AdHocCommandException(tigase.xmpp.Authorization errorCondition)
           
AdHocCommandException(tigase.xmpp.Authorization errorCondition, String message)
           
AdHocCommandException(tigase.xml.Element item, tigase.xmpp.Authorization errorCondition)
           
AdHocCommandException(tigase.xml.Element item, tigase.xmpp.Authorization errorCondition, String message)
           
 
Method Summary
 String getCode()
           
 tigase.xmpp.Authorization getErrorCondition()
           
 tigase.xml.Element getItem()
           
 String getMessage()
           
 String getName()
           
 String getType()
           
 tigase.xml.Element makeElement()
           
 tigase.xml.Element makeElement(boolean insertOriginal)
           
 tigase.xml.Element makeElement(tigase.xml.Element sourceElement)
           
 tigase.xml.Element makeErrorElement()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AdHocCommandException

public AdHocCommandException(tigase.xmpp.Authorization errorCondition)

AdHocCommandException

public AdHocCommandException(tigase.xmpp.Authorization errorCondition,
                             String message)

AdHocCommandException

public AdHocCommandException(tigase.xml.Element item,
                             tigase.xmpp.Authorization errorCondition)

AdHocCommandException

public AdHocCommandException(tigase.xml.Element item,
                             tigase.xmpp.Authorization errorCondition,
                             String message)
Method Detail

getCode

public String getCode()
Returns:
Returns the code.

getErrorCondition

public tigase.xmpp.Authorization getErrorCondition()

getItem

public tigase.xml.Element getItem()
Returns:
Returns the item.

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

getName

public String getName()
Returns:
Returns the name.

getType

public String 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()
Returns:


Copyright © 2008-2012 Tigase. All Rights Reserved.