gumbo.net.msg
Class MessageIOException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--gumbo.net.msg.MessageException
                    |
                    +--gumbo.net.msg.MessageIOException
All Implemented Interfaces:
java.io.Serializable

public class MessageIOException
extends MessageException

Base class for exceptions involving the message transport format.

Version:
$Revision: 1.5 $
Author:
Jon Barrilleaux (jonb@jmbaai.com) of JMB and Associates Inc.
See Also:
Serialized Form

Constructor Summary
MessageIOException()
           
MessageIOException(java.lang.String 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

MessageIOException

public MessageIOException()

MessageIOException

public MessageIOException(java.lang.String message)