Back to project page Realtime-Port-Authority.
The source code is released under:
Apache License
If you think the Android project Realtime-Port-Authority 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 rectangledbmi.com.pittsburghrealtimetracker.handlers; /*from w w w .j a v a 2 s . c o m*/ /** * Created by epicstar on 8/23/14. */ public class BusNotRunningException extends Exception { public BusNotRunningException() { super(); } public BusNotRunningException(String e) { super(e); } }