All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class edu.cmu.paid.network.exception.VoyagerStartupPaidNetworkException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----edu.cmu.paid.network.exception.PaidNetworkException
                           |
                           +----edu.cmu.paid.network.exception.VoyagerStartupPaidNetworkException

public class VoyagerStartupPaidNetworkException
extends PaidNetworkException
One of the Exceptions intended to be thrown by Network Subsystem. Extends base PaidNetworkException. Exception thrown if voyager is unable to startup correctly.

Author:
Will Ross

Constructor Index

 o VoyagerStartupPaidNetworkException()
 o VoyagerStartupPaidNetworkException(String)

Constructors

 o VoyagerStartupPaidNetworkException
 public VoyagerStartupPaidNetworkException()
 o VoyagerStartupPaidNetworkException
 public VoyagerStartupPaidNetworkException(String s)

All Packages  Class Hierarchy  This Package  Previous  Next  Index