mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-09 17:19:39 +02:00
Remove deprecated methods scheduled for removal in Smack 4.4
This commit is contained in:
parent
8df69bd3ce
commit
85f7e1d39c
2 changed files with 0 additions and 35 deletions
|
@ -122,19 +122,6 @@ public abstract class XMPPException extends Exception {
|
|||
this.request = request;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the XMPPError associated with this exception, or <tt>null</tt> if there isn't
|
||||
* one.
|
||||
*
|
||||
* @return the XMPPError associated with this exception.
|
||||
* @deprecated use {@link #getStanzaError()} instead.
|
||||
*/
|
||||
@Deprecated
|
||||
// TODO Remove in Smack 4.4.
|
||||
public StanzaError getXMPPError() {
|
||||
return error;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the stanza error extension element associated with this exception.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue