All Packages Class Hierarchy This Package Previous Next Index
Class edu.cmu.paid.network.exception.NamespaceNetworkException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----edu.cmu.paid.network.exception.PaidNetworkException
|
+----edu.cmu.paid.network.exception.NamespaceNetworkException
- public class NamespaceNetworkException
- extends PaidNetworkException
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
-
NamespaceNetworkException()
-
-
NamespaceNetworkException(String)
-
NamespaceNetworkException
public NamespaceNetworkException()
NamespaceNetworkException
public NamespaceNetworkException(String s)
All Packages Class Hierarchy This Package Previous Next Index