frams_client_3d
Class CommunicationErrorException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byframs_client_3d.CommunicationErrorException
All Implemented Interfaces:
java.io.Serializable

public class CommunicationErrorException
extends java.lang.Exception

Thrown when protocol error occurs.

Author:
MoMaT
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
CommunicationErrorException()
          Communication error exception constructor.
CommunicationErrorException(java.lang.String string)
          Communication error exception with message passing constructor.
 
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

CommunicationErrorException

public CommunicationErrorException()
Communication error exception constructor.


CommunicationErrorException

public CommunicationErrorException(java.lang.String string)
Communication error exception with message passing constructor.

Parameters:
string -