All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class edu.cmu.paid.network.exception.PaidNetworkRuntimeException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----edu.cmu.paid.network.exception.PaidNetworkRuntimeException

public class PaidNetworkRuntimeException
extends RuntimeException
Basic RuntimeException thrown by any Network Subsystem method. This is for exceptions that are non-fatal. There is a PaidNetworkException exception for fatal exceptions.

Author:
Will Ross

Constructor Index

 o PaidNetworkRuntimeException()
 o PaidNetworkRuntimeException(String)

Constructors

 o PaidNetworkRuntimeException
 public PaidNetworkRuntimeException()
 o PaidNetworkRuntimeException
 public PaidNetworkRuntimeException(String s)

All Packages  Class Hierarchy  This Package  Previous  Next  Index