Back to project page mpiwifi.
The source code is released under:
GNU General Public License
If you think the Android project mpiwifi 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 org.sorz.mpiwifi.exceptions; /* w w w. j a v a2s .c o m*/ public class AlreadyConnectedException extends Exception { private static final long serialVersionUID = -1016787157559493782L; public AlreadyConnectedException() { } public AlreadyConnectedException(String message) { } public AlreadyConnectedException(Throwable cause) { } public AlreadyConnectedException(String message, Throwable cause) { } }