gumbo.net.msg
Class MessageDataException

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

public class MessageDataException
extends MessageException

Base class for exceptions involving the message data format.

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

Constructor Summary
MessageDataException()
           
MessageDataException(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

MessageDataException

public MessageDataException()

MessageDataException

public MessageDataException(java.lang.String message)