Back to project page bitpay-android-sdk.
The source code is released under:
MIT License
If you think the Android project bitpay-android-sdk 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.bitpay.androidsdk.controller; public class BitPayException extends Exception { public BitPayException(String message) { super(message); } private static final long serialVersionUID = 1L; }