org.jogre.common
Class TransmissionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.jogre.common.TransmissionException
All Implemented Interfaces:
Serializable

public class TransmissionException
extends Exception

Version:
Alpha 0.1 Exception.
Author:
Bob Marks
See Also:
Serialized Form

Constructor Summary
TransmissionException()
           
TransmissionException(String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TransmissionException

public TransmissionException()

TransmissionException

public TransmissionException(String message)