org.jogre.common
Class TransmissionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jogre.common.TransmissionException
All Implemented Interfaces:
Serializable

public class TransmissionException
extends Exception

Version:
Alpha 0.2.3 Exception class for a transmission error.
Author:
Bob Marks
See Also:
Serialized Form

Constructor Summary
TransmissionException()
          Empty constructor.
TransmissionException(String message)
          Constructor which takes a message.
 
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

TransmissionException

public TransmissionException()
Empty constructor.


TransmissionException

public TransmissionException(String message)
Constructor which takes a message.

Parameters:
message -