Back to project page sms-backup-plus.
The source code is released under:
Apache License
If you think the Android project sms-backup-plus listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.zegoggles.smssync.auth; // w ww. j a v a 2s. co m public class TokenRefreshException extends Exception { public TokenRefreshException(String detailMessage) { super(detailMessage); } public TokenRefreshException(Throwable e) { super(e); } }