All Packages Class Hierarchy This Package Previous Next Index
Class edu.cmu.paid.network.exception.PaidNetworkException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----edu.cmu.paid.network.exception.PaidNetworkException
- public class PaidNetworkException
- extends Exception
Basic Exception thrown by any Network Subsystem method.
This will be extended to specific types of exceptions.
This is for fatal exceptions; there is also a
PaidNetworkRuntimeException for exceptions
that are not fatal.
- Author:
- Will Ross
-
PaidNetworkException()
-
-
PaidNetworkException(String)
-
PaidNetworkException
public PaidNetworkException()
PaidNetworkException
public PaidNetworkException(String s)
All Packages Class Hierarchy This Package Previous Next Index