1
0
Fork 0
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:
Florian Schmaus 2014-03-11 18:34:51 +01:00
parent bd6828db38
commit d8a8f79701
6 changed files with 0 additions and 16 deletions

View file

@ -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