mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-09-10 18:59:41 +02:00
Cleanup of deprecated methods (SMACK-432)
This commit is contained in:
parent
bd6828db38
commit
d8a8f79701
6 changed files with 0 additions and 16 deletions
|
@ -167,17 +167,6 @@ public class XMPPException extends Exception {
|
|||
return streamError;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the Throwable asscociated with this exception, or <tt>null</tt> if there
|
||||
* isn't one. @deprecated, use Exception.getCause() instead.
|
||||
*
|
||||
* @return the Throwable asscociated with this exception.
|
||||
*/
|
||||
@Deprecated
|
||||
public Throwable getWrappedThrowable() {
|
||||
return getCause();
|
||||
}
|
||||
|
||||
public String getMessage() {
|
||||
String msg = super.getMessage();
|
||||
// If the message was not set, but there is an XMPPError, return the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue