bubolo
 All Classes Namespaces Functions Variables Enumerator
Public Member Functions | List of all members
bubolo.net.NetworkException Class Reference
Inheritance diagram for bubolo.net.NetworkException:
bubolo.util.GameException

Public Member Functions

 NetworkException (String message)
 
 NetworkException (Throwable exception)
 

Detailed Description

Thrown to indicate that there is a problem with the network connection.

Author
BU CS673 - Clone Productions

Definition at line 9 of file NetworkException.java.

Constructor & Destructor Documentation

bubolo.net.NetworkException.NetworkException ( String  message)

Constructs a NetworkException object with the specified message.

Parameters
messagethe exception's detail message.

Definition at line 17 of file NetworkException.java.

bubolo.net.NetworkException.NetworkException ( Throwable  exception)

Constructs a NetworkException object from the specified exception.

Parameters
exceptionthe exception to wrap.

Definition at line 26 of file NetworkException.java.