Class ServerNetCommunicationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ServerNetCommunicationException
All Implemented Interfaces:
java.io.Serializable

public class ServerNetCommunicationException
extends java.lang.Exception

An almost empty class representing an exception in communication with the server.

See Also:
Serialized Form

Constructor Summary
ServerNetCommunicationException()
          Creates new ServerNetCommunicationException without a detail message.
ServerNetCommunicationException(java.lang.String msg)
          Constructs a ServerNetCommunicationException with the specified detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServerNetCommunicationException

public ServerNetCommunicationException()
Creates new ServerNetCommunicationException without a detail message.


ServerNetCommunicationException

public ServerNetCommunicationException(java.lang.String msg)
Constructs a ServerNetCommunicationException with the specified detail message.

Parameters:
msg - the detail message.